Skip to content
Snippets Groups Projects
Commit 804c3e0b authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added support to tiago++

parent 404f92b0
No related branches found
No related tags found
No related merge requests found
arm_module_rate_hz: 1.0
move_num_retries: 1
move_feedback_watchdog_time_s: 1.0
move_enable_watchdog: False
move_timeout_s: 10.0
move_enable_timeout: True
move_enabled: True
#joint states watchdog time
js_watchdog_time_s: 1.0
planner_id: "RRTkConfigDefault"
group_name: "arm_left_torso"
max_plan_attempts: 5
max_plan_time: 10.0
max_vel_scale: 1.0
end_effector_tool: "arm_left_tool_link"
ws_frame_id: "/base_footprint"
ws_x_min: -1.0
ws_y_min: -1.0
ws_z_min: -1.0
ws_x_max: 1.0
ws_y_max: 1.0
ws_z_max: 1.0
move_groups:
- arm_left
- arm_left_torso
- arm_right
- arm_right_torso
arm_left:
- arm_left_1_joint
- arm_left_2_joint
- arm_left_3_joint
- arm_left_4_joint
- arm_left_5_joint
- arm_left_6_joint
- arm_left_7_joint
arm_left_torso:
- torso_lift_joint
- arm_left_1_joint
- arm_left_2_joint
- arm_left_3_joint
- arm_left_4_joint
- arm_left_5_joint
- arm_left_6_joint
- arm_left_7_joint
arm_right:
- arm_right_1_joint
- arm_right_2_joint
- arm_right_3_joint
- arm_right_4_joint
- arm_right_5_joint
- arm_right_6_joint
- arm_right_7_joint
arm_right_torso:
- torso_lift_joint
- arm_right_1_joint
- arm_right_2_joint
- arm_right_3_joint
- arm_right_4_joint
- arm_right_5_joint
- arm_right_6_joint
- arm_right_7_joint
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg name="node_name" default="arm_client" />
<arg name="output" default="screen" />
<arg name="launch_prefix" default="" />
<arg name="config_file" default="$(find tiago_arm_module)/config/tiago_dual_arm_module_default.yaml" />
<arg name="move_groups_file" default="$(find tiago_arm_module)/config/tiago_dual_move_groups.yaml" />
<arg name="joint_states_topic" default="/joint_states"/>
<arg name="arm_action" default="/move_group"/>
<arg name="planning_scene_topic" default="/planning_scene"/>
<arg name="get_planning_scene_service" default="/get_planning_scene"/>
<include file="$(find tiago_arm_module)/launch/tiago_arm_client.launch">
<arg name="node_name" value="$(arg node_name)" />
<arg name="output" value="$(arg output)" />
<arg name="launch_prefix" value="$(arg launch_prefix)" />
<arg name="config_file" value="$(arg config_file)" />
<arg name="move_groups_file" value="$(arg move_groups_file)" />
<arg name="joint_states_topic" value="$(arg joint_states_topic)"/>
<arg name="arm_action" value="$(arg arm_action)"/>
<arg name="planning_scene_topic" value="$(arg planning_scene_topic)"/>
<arg name="get_planning_scene_service" value="$(arg get_planning_scene_service)"/>
</include>
</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