Skip to content

Commit

Permalink
Merge pull request #269 from martinaxgloria/patch-1
Browse files Browse the repository at this point in the history
iCubV2_* - Align IMU sensor names with the real robot ones
  • Loading branch information
traversaro authored Apr 8, 2024
2 parents 65667f0 + 5df5585 commit d797e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ sensors:
</plugin>
- frameName: SCSYS_L_UPPER_ARM_FT45
linkName: l_shoulder_3
sensorName: l_arm_ft
sensorName: l_arm_ft_imu
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
Expand All @@ -700,7 +700,7 @@ sensors:
</plugin>
- frameName: SCSYS_R_UPPER_ARM_FT45
linkName: r_shoulder_3
sensorName: r_arm_ft
sensorName: r_arm_ft_imu
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="alljoints-inertials_remapper" type="multipleanalogsensorsremapper">
<param name="OrientationSensorsNames">
(l_arm_ft r_arm_ft head_imu_0)
(head_imu_0 l_arm_ft_imu r_arm_ft_imu)
</param>
<action phase="startup" level="5" type="attach">
<paramlist name="networks">
Expand Down

0 comments on commit d797e57

Please sign in to comment.