Skip to content

Commit

Permalink
added a movetowaypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWrock committed Jan 8, 2025
1 parent 4cd30f6 commit a48d1f0
Showing 1 changed file with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Move Along Path">
<!--//////////-->
<BehaviorTree
Expand All @@ -8,6 +8,19 @@
_hardcoded="false"
>
<Control ID="Sequence" name="TopLevelSequence">
<SubTree
ID="Move to Waypoint"
_collapsed="false"
acceleration_scale_factor="1.0"
controller_action_server="/joint_trajectory_controller/follow_joint_trajectory"
controller_names="/joint_trajectory_controller"
joint_group_name="manipulator"
keep_orientation="false"
keep_orientation_tolerance="0.05"
link_padding="0.01"
velocity_scale_factor="1.0"
waypoint_name="View Satellite"
/>
<Control ID="Sequence">
<Action
ID="ActivateControllers"
Expand Down Expand Up @@ -77,6 +90,8 @@
trajectory_sampling_rate="100"
joint_trajectory_msg="{joint_trajectory_msg}"
debug_solution="{debug_solution}"
ik_cartesian_space_density="0.010000"
ik_joint_space_density="0.100000"
/>
<Action
ID="GetCurrentPlanningScene"
Expand All @@ -97,9 +112,17 @@
joint_trajectory_msg="{joint_trajectory_msg}"
goal_position_tolerance="0.000000"
goal_time_tolerance="0.000000"
goal_duration_tolerance="-1.000000"
/>
</Control>
</Decorator>
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="Move Along Path">
<MetadataFields>
<Metadata runnable="true" />
</MetadataFields>
</SubTree>
</TreeNodesModel>
</root>

0 comments on commit a48d1f0

Please sign in to comment.