Skip to content

Commit

Permalink
fix: add missing sensor example config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Oct 13, 2023
1 parent f620433 commit f7237e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions mujoco_ros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Fixed
* re-added setting realtime settings via ros param or in the mujoco model xml.
* Add missing install of mujoco_ros's `config` and `assets` directories (#28).
* Added missing example config for `mujoco_ros_sensors`.

### Changed
* Reduced sensor noise std in tests to reduce wrongful fails due to too stochasticity.
Expand Down
4 changes: 4 additions & 0 deletions mujoco_ros_sensors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ install(FILES
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

#############
## Testing ##
#############
Expand Down
2 changes: 2 additions & 0 deletions mujoco_ros_sensors/config/example_sensors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MujocoPlugins:
- type: mujoco_ros_sensors/MujocoRosSensorsPlugin

0 comments on commit f7237e6

Please sign in to comment.