Skip to content

Commit

Permalink
Uniform sensor name for IMU
Browse files Browse the repository at this point in the history
It follows the convention <link>_imu_<nr> where  starts from 0. Now the names have been unifrmed with the real robot(robotology/robots-configuration#422)
  • Loading branch information
Nicogene committed Jan 31, 2023
1 parent 1a5d6b4 commit 820be1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@ sensors:
updateRate: "100"
- frameName: SCSYS_HEAD_MTX_IMU
linkName: head
sensorName: head_imu_acc_1x1
sensorName: head_imu_0
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
- |
Expand Down
6 changes: 4 additions & 2 deletions simmechanics/data/icub3/ICUB_3_all_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ sensors:
updateRate: "100"
- frameName: SCSYS_HEAD_IMU
linkName: head
sensorName: head_imu_acc_1x1
sensorName: head_imu_0
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
- |
Expand Down Expand Up @@ -422,7 +423,8 @@ sensors:
# the imu measurements are referred to the depth frame.
- frameName: SCSYS_CHEST_DEPTH
linkName: chest
sensorName: chest_imu_acc_1x1
sensorName: chest_imu_0
exportFrameInURDF: Yes
sensorType: "accelerometer"
exportFrameInURDF: Yes
sensorBlobs:
Expand Down
6 changes: 4 additions & 2 deletions simmechanics/data/icub3/ICUB_3_all_options_gazebo.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ sensors:
updateRate: "100"
- frameName: SCSYS_HEAD_IMU
linkName: head
sensorName: head_imu_acc_1x1
sensorName: head_imu_0
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
- |
Expand Down Expand Up @@ -420,7 +421,8 @@ sensors:
# the imu measurements are referred to the depth frame.
- frameName: SCSYS_CHEST_DEPTH
linkName: chest
sensorName: chest_imu_acc_1x1
sensorName: chest_imu_0
exportFrameInURDF: Yes
sensorType: "accelerometer"
sensorBlobs:
- |
Expand Down

0 comments on commit 820be1b

Please sign in to comment.