We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cefffe commit 220312fCopy full SHA for 220312f
moveit_studio_msgs/moveit_studio_sdk_msgs/action/DoObjectiveSequence.action
@@ -1,7 +1,11 @@
1
# goal
2
3
+# The name of the objective to run
4
string objective_name
5
6
+# The raw behavior tree xml as a string. If both objective_name and objective_xml_string are populated, this will throw an error.
7
+string objective_xml_string
8
+
9
# Default values of named parameters in the predefined objective will be overridden by the values provided in `parameter_overrides` below.
10
moveit_studio_sdk_msgs/BehaviorParameter[] parameter_overrides
11
---
0 commit comments