Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored May 2, 2018
1 parent 03d3418 commit 48f0a66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
rosconsole
sensor_msgs
message_generation
)

add_service_files(
FILES
StartMotor.srv
)

generate_messages(
DEPENDENCIES
std_msgs
)

include_directories(
Expand All @@ -24,6 +35,7 @@ include_directories(
catkin_package()

add_executable(rplidarNode src/node.cpp ${RPLIDAR_SDK_SRC})
add_dependencies(rplidarNode ${${PROJECT_NAME}_EXPORTED_TARGETS})
target_link_libraries(rplidarNode ${catkin_LIBRARIES})

add_executable(rplidarNodeClient src/client.cpp)
Expand Down

0 comments on commit 48f0a66

Please sign in to comment.