Skip to content

Commit 2056625

Browse files
committed
added a movetowaypoint
Former-commit-id: a48d1f0
1 parent 3d73db2 commit 2056625

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -8,6 +8,19 @@
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"
@@ -77,6 +90,8 @@
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"
@@ -97,9 +112,17 @@
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>

0 commit comments

Comments
 (0)