Skip to content

Commit

Permalink
Merge pull request #471 from isorrentino/addIMUOrientationLogging
Browse files Browse the repository at this point in the history
Add logging of IMU orientation for iCub3
  • Loading branch information
GiulioRomualdi authored Nov 30, 2021
2 parents 1d1188e + 0577d16 commit fec1076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project are documented in this file.

## [Unreleased]
### Added
- Add the reading of the orientation of the head IMU in `YarpRobotLoggerDevice` (https://github.com/ami-iit/bipedal-locomotion-framework/pull/471)

### Changed
### Fix

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ GNU Lesser General Public License v2.1 or any later version. -->
<param name="ThreeAxisMagnetometersNames">
(rfeimu_mag)
</param>
<param name="OrientationSensorsNames">
(rfeimu_eul)
</param>

<action phase="startup" level="5" type="attach">
<paramlist name="networks">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GNU Lesser General Public License v2.1 or any later version. -->
<param name="accelerometers_list">("rfeimu_acc")</param>
<param name="gyroscopes_list">("rfeimu_gyro")</param>
<param name="magnetometers_list">("rfeimu_mag")</param>
<param name="orientation_sensors_list">("rfeimu_eul")</param>
</group>

</group>
Expand Down

0 comments on commit fec1076

Please sign in to comment.