Skip to content

Commit

Permalink
fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Camurri committed Feb 17, 2021
1 parent c447d6c commit 5550af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pronto_quadruped_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ set(CMAKE_CXX_STANDARD 14)
find_package(catkin REQUIRED COMPONENTS roscpp
pronto_core
pronto_ros
pronto_quadruped
pronto_quadruped
geometry_msgs
sensor_msgs
pronto_msgs)
pronto_msgs
visualization_msgs)

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
Expand Down Expand Up @@ -106,8 +107,7 @@ catkin_package(INCLUDE_DIRS include
geometry_msgs
sensor_msgs
pronto_msgs
# DEPENDS system_lib
)
visualization_msgs)

###########
## Build ##
Expand Down
1 change: 1 addition & 0 deletions pronto_quadruped_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>pronto_msgs</depend>
<depend>visualization_msgs</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
Expand Down

0 comments on commit 5550af1

Please sign in to comment.