Skip to content

Commit

Permalink
install thruster node back
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsunyixiao committed Feb 5, 2024
1 parent 589430e commit fb468aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff_drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ add_executable(test_all_thrusters src/tests/test_all_thrusters.cpp)
ament_target_dependencies(test_all_thrusters rclcpp ff_msgs ff_control)

# install nodes
install(TARGETS test_single test_all_thrusters
install(TARGETS thruster_node test_single test_all_thrusters
DESTINATION lib/${PROJECT_NAME})

# install launch files
Expand Down

0 comments on commit fb468aa

Please sign in to comment.