Skip to content
Snippets Groups Projects
Commit afa97cfc authored by Hilario Tome's avatar Hilario Tome
Browse files

Not working approach planner

parent d86690e0
No related branches found
No related tags found
No related merge requests found
approach_planner:
planning_groups: # Sorted by order of preference
- left_arm
- right_arm
- torso
- both_arms_torso
exclude_from_planning_joints:
- head_1_joint
- head_2_joint
joint_tolerance: 0.01
skip_planning_approach_vel: 0.5
skip_planning_approach_min_dur: 0.5
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<launch> <launch>
<arg name="robot" default="full_ft_hey5"/>
<!-- execute pre-recorded motions --> <!-- execute pre-recorded motions -->
<node pkg="talos_bringup" type="motions_loader.py" name="motions_loader" args="robot=$(arg robot)"/> <rosparam file="$(find talos_bringup)/config/talos_motions.yaml" command="load" />
<node pkg="play_motion" type="play_motion" name="play_motion"> <node pkg="play_motion" type="play_motion" name="play_motion">
<rosparam file="$(find talos_bringup)/config/approach_planner_$(arg robot).yaml" command="load" /> <rosparam file="$(find talos_bringup)/config/approach_planner_full.yaml" command="load" />
</node> </node>
<node pkg="play_motion" type="is_already_there.py" name="is_already_there" /> <node pkg="play_motion" type="is_already_there.py" name="is_already_there" />
</launch> </launch>
...@@ -26,4 +26,7 @@ ...@@ -26,4 +26,7 @@
<include file="$(find talos_moveit_config)/launch/move_group.launch" /> <include file="$(find talos_moveit_config)/launch/move_group.launch" />
<!-- Pre-recorded motions executor -->
<include file="$(find talos_bringup)/launch/play_motion.launch" />
</launch> </launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment