Skip to content

Commit

Permalink
docs: update changelog for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Apr 13, 2024
1 parent ee69622 commit a347065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mujoco_ros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
### Fixed
* Repaired SIGINT handler callback. `C-c` in the roslaunch terminal now shuts down the MuJoCo ROS node instead of escalating to SIGTERM.
* Added actionlib to the list of mujoco_ros' dependencies.
* Updated CI actions (#33).
* Fixed linking order for mujoco_ros_mocap tests (#33).

### Changed
* replaced `boost::shared_ptr` with `std::shared_ptr` or `std::unique_ptr` wherever possible (ROS 1 fast intra-process message-passing requires boost::shared_ptr).
Expand Down

0 comments on commit a347065

Please sign in to comment.