Skip to content

Commit

Permalink
ergoCubSN000: re-enable FT sensors in the hips
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Apr 20, 2023
1 parent 017ca61 commit c5f401a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions urdf/simmechanics/data/ergocub/ERGOCUB_all_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,15 +723,15 @@ forceTorqueSensors:
<yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_right_arm_ft.ini</yarpConfigurationFile>
</plugin>
# left leg
# - jointName: l_leg_ft_sensor
# directionChildToParent: Yes
# frame: sensor
# frameName: SCSYS_L_HIP_2_FT
# sensorBlobs:
# - |
# <plugin name="left_leg_ft_plugin" filename="libgazebo_yarp_forcetorque.so">
# <yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_left_leg_ft.ini</yarpConfigurationFile>
# </plugin>
- jointName: l_leg_ft_sensor
directionChildToParent: Yes
frame: sensor
frameName: SCSYS_L_HIP_2_FT
sensorBlobs:
- |
<plugin name="left_leg_ft_plugin" filename="libgazebo_yarp_forcetorque.so">
<yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_left_leg_ft.ini</yarpConfigurationFile>
</plugin>
- jointName: l_foot_front_ft_sensor
directionChildToParent: No
frame: sensor
Expand All @@ -751,15 +751,15 @@ forceTorqueSensors:
<yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_left_foot_rear_ft.ini</yarpConfigurationFile>
</plugin>
# right leg
# - jointName: r_leg_ft_sensor
# directionChildToParent: Yes
# frame: sensor
# frameName: SCSYS_R_HIP_2_FT
# sensorBlobs:
# - |
# <plugin name="right_leg_ft_plugin" filename="libgazebo_yarp_forcetorque.so">
# <yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_right_leg_ft.ini</yarpConfigurationFile>
# </plugin>
- jointName: r_leg_ft_sensor
directionChildToParent: Yes
frame: sensor
frameName: SCSYS_R_HIP_2_FT
sensorBlobs:
- |
<plugin name="right_leg_ft_plugin" filename="libgazebo_yarp_forcetorque.so">
<yarpConfigurationFile>model://ergoCub/conf/FT/gazebo_ergocub_right_leg_ft.ini</yarpConfigurationFile>
</plugin>
- jointName: r_foot_front_ft_sensor
directionChildToParent: No
frame: sensor
Expand Down

0 comments on commit c5f401a

Please sign in to comment.