[openrtm-commit:00875] r336 - trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/factory
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 8月 2日 (木) 13:38:44 JST
Author:
Date: 2012-08-02 13:38:43 +0900 (Thu, 02 Aug 2012)
New Revision: 336
Modified:
trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/factory/CompositeComponentCreator.java
Log:
Modified Composite Component generation.
If choose "Grouping", without appointing "Manager"
Modified: trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/factory/CompositeComponentCreator.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/factory/CompositeComponentCreator.java 2012-08-01 14:56:46 UTC (rev 335)
+++ trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/factory/CompositeComponentCreator.java 2012-08-02 04:38:43 UTC (rev 336)
@@ -254,7 +254,7 @@
return false;
}
if (base.editor != null && base.editor.isOnline()
- && base.manager == null) {
+ && (base.compositeType.equals(Component.COMPOSITETYPE_GROUPING)==false && base.manager == null) ) {
return false;
}
return true;
More information about the openrtm-commit
mailing list