File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ find_package(catkin REQUIRED COMPONENTS
14
14
roslib
15
15
sensor_msgs
16
16
std_msgs
17
- robotis_device
18
17
robotis_controller_msgs
19
18
robotis_framework_common
20
19
cmake_modules
21
- dynamixel_sdk
22
20
)
23
21
24
22
################################################################################
@@ -35,7 +33,7 @@ find_package(catkin REQUIRED COMPONENTS
35
33
catkin_package(
36
34
INCLUDE_DIRS include
37
35
LIBRARIES robotis_controller
38
- CATKIN_DEPENDS roscpp roslib sensor_msgs std_msgs
36
+ CATKIN_DEPENDS roscpp roslib sensor_msgs std_msgs robotis_framework_common
39
37
)
40
38
41
39
################################################################################
Original file line number Diff line number Diff line change 16
16
<build_depend >roslib</build_depend >
17
17
<build_depend >std_msgs</build_depend >
18
18
<build_depend >sensor_msgs</build_depend >
19
- <build_depend >dynamixel_sdk</build_depend >
20
- <build_depend >robotis_device</build_depend >
21
19
<build_depend >robotis_controller_msgs</build_depend >
22
20
<build_depend >robotis_framework_common</build_depend >
23
21
<run_depend >roscpp</run_depend >
24
22
<run_depend >roslib</run_depend >
25
23
<run_depend >std_msgs</run_depend >
26
24
<run_depend >sensor_msgs</run_depend >
27
- <run_depend >dynamixel_sdk</run_depend >
28
- <run_depend >robotis_device</run_depend >
29
25
<run_depend >robotis_controller_msgs</run_depend >
30
- <export ></export >
26
+ <run_depend >robotis_framework_common</run_depend >
27
+ <export ></export >
31
28
</package >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ find_package(catkin REQUIRED COMPONENTS
25
25
################################################################################
26
26
catkin_package(
27
27
INCLUDE_DIRS include
28
- # LIBRARIES robotis_framework_common
28
+ LIBRARIES robotis_framework_common
29
29
CATKIN_DEPENDS roscpp robotis_device
30
30
)
31
31
@@ -36,6 +36,12 @@ include_directories(
36
36
include
37
37
${catkin_INCLUDE_DIRS}
38
38
)
39
+ add_library (${PROJECT_NAME}
40
+ include /${PROJECT_NAME} /motion_module.h
41
+ include /${PROJECT_NAME} /sensor_module.h
42
+ include /${PROJECT_NAME} /singleton.h
43
+ )
44
+ set_target_properties (${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
39
45
40
46
################################################################################
41
47
# Install
You can’t perform that action at this time.
0 commit comments