merge Position changer into main to use files in report #10

Merged
SemvdH merged 44 commits from position_changer into main 2023-05-26 16:04:26 +00:00
Showing only changes of commit f94186c916 - Show all commits

View File

@@ -14,6 +14,10 @@ find_package(rclcpp REQUIRED)
find_package(px4_msgs REQUIRED)
find_package(drone_services REQUIRED)
add_executable(position_changer src/PositionChanger.cpp)
ament_target_dependencies(position_changer rclcpp px4_msgs drone_services)
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights