Merge "Bug 581733 - [Robotics] Add port modeling for task specifications and support port remapping for subtrees in the BT XML exporter"
diff --git a/plugins/bt/org.eclipse.papyrus.robotics.bt.xsdgw.uml2xml/transforms/BTMLToBehaviortreeSchema.qvto b/plugins/bt/org.eclipse.papyrus.robotics.bt.xsdgw.uml2xml/transforms/BTMLToBehaviortreeSchema.qvto
index 1a3104d..4150943 100644
--- a/plugins/bt/org.eclipse.papyrus.robotics.bt.xsdgw.uml2xml/transforms/BTMLToBehaviortreeSchema.qvto
+++ b/plugins/bt/org.eclipse.papyrus.robotics.bt.xsdgw.uml2xml/transforms/BTMLToBehaviortreeSchema.qvto
@@ -168,6 +168,7 @@
 			// see: https://github.com/ros-planning/navigation2/issues/1706
 			anyAttribute += self.getBtSubTreeNodeAttributeTreeRoot().createFeatureMapEntry('node');
 			anyAttribute += self.getBtSubTreeNodeAttributeTreeRoot().createFeatureMapEntry('server_timeout');
+			anyAttribute += self.getBtSubTreeNodeAttributeTreeRoot().createFeatureMapEntry('bt_loop_duration');
 			// functional ports
 			self.input->forEach(p)  {anyAttribute += p.createFeatureMapEntry()};
 			self.output->forEach(p) {anyAttribute += p.createFeatureMapEntry()};