add ros_dds_connext_static
This commit is contained in:
parent
6b07c8f928
commit
666a4b51c9
13 changed files with 668 additions and 17 deletions
|
@ -14,6 +14,7 @@ find_package(std_msgs REQUIRED)
|
|||
ament_package()
|
||||
|
||||
include_directories(${rclcpp_INCLUDE_DIRS} ${std_msgs_INCLUDE_DIRS})
|
||||
add_definitions(${rclcpp_DEFINITIONS})
|
||||
add_executable(userland src/main.cpp)
|
||||
target_link_libraries(userland ${rclcpp_LIBRARIES} ${std_msgs_LIBRARIES})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue