mirror of
https://github.com/6-robot/wpr_simulation2.git
synced 2025-09-15 12:58:54 +08:00
add 3_my_node
This commit is contained in:
parent
803ab59966
commit
41563df047
@ -69,6 +69,11 @@ ament_target_dependencies(grab_object_sim
|
||||
)
|
||||
target_link_libraries(grab_object_sim "${cpp_typesupport_target}")
|
||||
|
||||
add_executable(3_my_node demo_cpp/3_my_node.cpp)
|
||||
ament_target_dependencies(3_my_node
|
||||
"rclcpp"
|
||||
)
|
||||
|
||||
add_executable(3_publisher_node demo_cpp/3_publisher_node.cpp)
|
||||
ament_target_dependencies(3_publisher_node
|
||||
"rclcpp" "std_msgs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user