added missing package in find_package()
This commit is contained in:
@ -13,6 +13,8 @@ find_package(catkin REQUIRED COMPONENTS
|
||||
sensor_msgs
|
||||
ball_detector
|
||||
op3_walking_module_msgs
|
||||
op3_action_module_msgs
|
||||
robotis_controller_msgs
|
||||
cmake_modules
|
||||
robotis_math
|
||||
)
|
||||
|
@ -15,14 +15,18 @@
|
||||
<build_depend>roslib</build_depend>
|
||||
<build_depend>sensor_msgs</build_depend>
|
||||
<build_depend>ball_detector</build_depend>
|
||||
<build_depend>robotis_controller_msgs</build_depend>
|
||||
<build_depend>op3_walking_module_msgs</build_depend>
|
||||
<build_depend>op3_action_module_msgs</build_depend>
|
||||
<build_depend>cmake_modules</build_depend>
|
||||
<build_depend>robotis_math</build_depend>
|
||||
<run_depend>roscpp</run_depend>
|
||||
<run_depend>roslib</run_depend>
|
||||
<run_depend>sensor_msgs</run_depend>
|
||||
<run_depend>ball_detector</run_depend>
|
||||
<run_depend>robotis_controller_msgs</run_depend>
|
||||
<run_depend>op3_walking_module_msgs</run_depend>
|
||||
<run_depend>op3_action_module_msgs</run_depend>
|
||||
<run_depend>cmake_modules</run_depend>
|
||||
<run_depend>robotis_math</run_depend>
|
||||
</package>
|
Reference in New Issue
Block a user