Skip to content

Commit

Permalink
Add dependancy library for closim_ros_joint_control
Browse files Browse the repository at this point in the history
- CMakeLists.txt, package.xml modified
  • Loading branch information
hyunseok-yang committed Aug 9, 2022
1 parent d4ee8fd commit 5f24e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloisim_ros_joint_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ cloisim_ros_package()
# Find colcon packages and libraries for colcon and system dependencies
################################################################################
find_package(ament_cmake REQUIRED)
find_package(std_srvs REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(control_msgs REQUIRED)
find_package(cloisim_ros_base REQUIRED)
find_package(cloisim_ros_bringup_param REQUIRED)

set(dependencies
std_srvs
sensor_msgs
control_msgs
cloisim_ros_base
Expand Down Expand Up @@ -76,4 +78,4 @@ install(
ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
ament_export_dependencies(${dependencies})

ament_package()
ament_package()
1 change: 1 addition & 0 deletions cloisim_ros_joint_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<depend>cloisim_ros_bringup_param</depend>
<depend>cloisim_ros_base</depend>
<depend>std_srvs</depend>
<depend>sensor_msgs</depend>
<depend>control_msgs</depend>

Expand Down

0 comments on commit 5f24e42

Please sign in to comment.