Skip to content

Commit

Permalink
Merge branch 'ubi-agni:noetic-devel' into noetic-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 authored Oct 12, 2023
2 parents 4435c0d + ce76ae6 commit a2f302f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mujoco_ros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

### 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).

Contributors: @DavidPL1, @LeroyR

<a name="0.7.0"></a>
## [0.7.0] - 2023-08-15
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ install(TARGETS ${PROJECT_NAME} mujoco_node
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
)

install(DIRECTORY launch
install(DIRECTORY launch config assets
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

Expand Down

0 comments on commit a2f302f

Please sign in to comment.