Skip to content

Commit 220312f

Browse files
authored
Added field for inputting raw Behavior Tree xml into DoObjectiveSequence.action (#79)
1 parent 1cefffe commit 220312f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

moveit_studio_msgs/moveit_studio_sdk_msgs/action/DoObjectiveSequence.action

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# goal
22

3+
# The name of the objective to run
34
string objective_name
45

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+
59
# Default values of named parameters in the predefined objective will be overridden by the values provided in `parameter_overrides` below.
610
moveit_studio_sdk_msgs/BehaviorParameter[] parameter_overrides
711
---

0 commit comments

Comments
 (0)