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

Changed head differential, default controllers stopped

parent c53f3eb0
No related branches found
No related tags found
No related merge requests found
<launch>
<include file="$(find talos_controller_configuration)/launch/talos_default_controllers.launch" />
<include file="$(find talos_controller_configuration)/launch/full_body_position_controllers.launch" />
<include file="$(find talos_walking)/launch/walking_controller.launch" />
</launch>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
left_gripper_controller left_gripper_controller
right_gripper_controller right_gripper_controller
left_leg_controller left_leg_controller
right_leg_controller" /> right_leg_controller --stopped" />
<!-- Point head action --> <!-- Point head action -->
<group ns="head_controller"> <group ns="head_controller">
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
<xacro:ft_sensor name="wrist" parent="arm_right_7_link" side="right" reflect="1" /> <xacro:ft_sensor name="wrist" parent="arm_right_7_link" side="right" reflect="1" />
<xacro:ft_sensor name="wrist" parent="arm_left_7_link" side="left" reflect="-1" /> <xacro:ft_sensor name="wrist" parent="arm_left_7_link" side="left" reflect="-1" />
<xacro:talos_gripper name="left_gripper" parent="wrist_left_ft_tool_link"/> <xacro:talos_gripper name="gripper_left" parent="wrist_left_ft_tool_link"/>
<xacro:talos_gripper name="right_gripper" parent="wrist_right_ft_tool_link"/> <xacro:talos_gripper name="gripper_right" parent="wrist_right_ft_tool_link"/>
<xacro:talos_leg prefix="left" reflect="1" /> <xacro:talos_leg prefix="left" reflect="1" />
<xacro:talos_leg prefix="right" reflect="-1" /> <xacro:talos_leg prefix="right" reflect="-1" />
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<xacro:macro name="talos_head_differential_transmission" <xacro:macro name="talos_head_differential_transmission"
params="name number1 number2 act_reduction1 act_reduction2 jnt_reduction1 jnt_reduction2" > params="name number1 number2 act_reduction1 act_reduction2 jnt_reduction1 jnt_reduction2" >
<transmission name="talos_trans"> <transmission name="talos_trans">
<type>transmission_interface/DifferentialTransmission</type> <type>transmission_interface/HalfDifferentialTransmission</type>
<actuator name="${name}_${number1}_motor"> <actuator name="${name}_${number1}_motor">
<role>actuator1</role> <role>actuator1</role>
<mechanicalReduction>${act_reduction1}</mechanicalReduction> <mechanicalReduction>${act_reduction1}</mechanicalReduction>
......
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