Skip to content
Snippets Groups Projects
Commit f8db9af3 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

In position control, send currents, accelerometer and gyrometer to SOT.

parent a7e2fedf
No related branches found
No related tags found
1 merge request!2Update republish + config for position control
...@@ -7,8 +7,8 @@ sot_controller: ...@@ -7,8 +7,8 @@ sot_controller:
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, gripper_right_joint, head_1_joint, head_2_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, gripper_right_joint, head_1_joint, head_2_joint
] ]
map_rc_to_sot_device: { motor-angles: motor-angles , map_rc_to_sot_device: { motor-angles: motor-angles ,
joint-angles: joint-angles, velocities: velocities, joint-angles: joint-angles, velocities: velocities, forces: forces, currents: currents,
torques: torques, cmd-joints: control, cmd-effort: control } torques: torques, cmd-joints: control, cmd-effort: control, accelerometer_0: accelerometer_0, gyrometer_0: gyrometer_0 }
position_control_init_pos: position_control_init_pos:
- name: leg_left_1_joint - name: leg_left_1_joint
des_pos: 0.0 des_pos: 0.0
......
...@@ -8,8 +8,8 @@ sot_controller: ...@@ -8,8 +8,8 @@ sot_controller:
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, gripper_right_joint, head_1_joint, head_2_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, gripper_right_joint, head_1_joint, head_2_joint
] ]
map_rc_to_sot_device: { motor-angles: motor-angles , map_rc_to_sot_device: { motor-angles: motor-angles ,
joint-angles: joint-angles, velocities: velocities, joint-angles: joint-angles, velocities: velocities, forces: forces, currents: currents,
torques: torques, cmd-joints: control, cmd-effort: control } torques: torques, cmd-joints: control, cmd-effort: control, accelerometer_0: accelerometer_0, gyrometer_0: gyrometer_0 }
position_control_init_pos: position_control_init_pos:
- name: leg_left_1_joint - name: leg_left_1_joint
des_pos: 0.0 des_pos: 0.0
......
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