Skip to content

Commit

Permalink
build: add actionlib as mujoco_ros dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Nov 7, 2023
1 parent 0a39551 commit 22f2c0e
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -3,6 +3,7 @@

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

### 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
2 changes: 2 additions & 0 deletions mujoco_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include(ProjectOption)
# is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
roscpp
actionlib
pluginlib
mujoco_ros_msgs
urdf
Expand Down Expand Up @@ -87,6 +88,7 @@ find_library(GLFW libglfw.so.3)
catkin_package(
CATKIN_DEPENDS
roscpp
actionlib
pluginlib
mujoco_ros_msgs
urdf
Expand Down
1 change: 1 addition & 0 deletions mujoco_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<buildtool_depend>catkin</buildtool_depend>

<depend>roscpp</depend>
<depend>actionlib</depend>
<depend>pluginlib</depend>
<depend>mujoco_ros_msgs</depend>
<depend>tf2</depend>
Expand Down

0 comments on commit 22f2c0e

Please sign in to comment.