File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF -8" ?>
1+ <?xml version =" 1.0" encoding =" utf -8" ?>
22<root BTCPP_format =" 4" main_tree_to_execute =" Move Along Path" >
33 <!-- //////////-->
44 <BehaviorTree
88 _hardcoded =" false"
99 >
1010 <Control ID =" Sequence" name =" TopLevelSequence" >
11+ <SubTree
12+ ID =" Move to Waypoint"
13+ _collapsed =" false"
14+ acceleration_scale_factor =" 1.0"
15+ controller_action_server =" /joint_trajectory_controller/follow_joint_trajectory"
16+ controller_names =" /joint_trajectory_controller"
17+ joint_group_name =" manipulator"
18+ keep_orientation =" false"
19+ keep_orientation_tolerance =" 0.05"
20+ link_padding =" 0.01"
21+ velocity_scale_factor =" 1.0"
22+ waypoint_name =" View Satellite"
23+ />
1124 <Control ID =" Sequence" >
1225 <Action
1326 ID =" ActivateControllers"
7790 trajectory_sampling_rate =" 100"
7891 joint_trajectory_msg =" {joint_trajectory_msg}"
7992 debug_solution =" {debug_solution}"
93+ ik_cartesian_space_density =" 0.010000"
94+ ik_joint_space_density =" 0.100000"
8095 />
8196 <Action
8297 ID =" GetCurrentPlanningScene"
97112 joint_trajectory_msg =" {joint_trajectory_msg}"
98113 goal_position_tolerance =" 0.000000"
99114 goal_time_tolerance =" 0.000000"
115+ goal_duration_tolerance =" -1.000000"
100116 />
101117 </Control >
102118 </Decorator >
103119 </Control >
104120 </BehaviorTree >
121+ <TreeNodesModel >
122+ <SubTree ID =" Move Along Path" >
123+ <MetadataFields >
124+ <Metadata runnable =" true" />
125+ </MetadataFields >
126+ </SubTree >
127+ </TreeNodesModel >
105128</root >
You can’t perform that action at this time.
0 commit comments