-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* icub3: add imu in the realsense in the chest * tests: fix cmake deprecation warning
- Loading branch information
Showing
4 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
simmechanics/data/icub3/conf/gazebo_icub_chest_inertial.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[include "gazebo_icub_robotname.ini"] | ||
|
||
[WRAPPER] | ||
device multipleanalogsensorsserver | ||
name /${gazeboYarpPluginsRobotName}/chest/inertials | ||
period 10 | ||
|
||
[ADDITIONAL_WRAPPER] | ||
device inertial | ||
name /${gazeboYarpPluginsRobotName}/chest/inertial | ||
period 0.01 | ||
|
||
[IMU_DRIVER] | ||
device gazebo_imu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters