Skip to content

Commit

Permalink
Add jsk_recognition_msgs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui committed Nov 3, 2022
1 parent 381e59f commit dacf010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ENV ROS_DISTRO noetic
# install ros packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-noetic-ros-core=1.5.0-1* \
ros-noetic-jsk-recognition-msgs \
&& rm -rf /var/lib/apt/lists/*

# # install launch/sample_detection.launch dependencies
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>jsk_recognition_msgs</exec_depend>
<exec_depend>cv_bridge</exec_depend>

<test_depend>rostest</test_depend>
Expand Down

0 comments on commit dacf010

Please sign in to comment.