Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# goal

# The name of the objective to run
string objective_name

# The raw behavior tree xml as a string. If both objective_name and objective_xml_string are populated, this will throw an error.
string objective_xml_string

# Default values of named parameters in the predefined objective will be overridden by the values provided in `parameter_overrides` below.
moveit_studio_sdk_msgs/BehaviorParameter[] parameter_overrides
---
Expand Down