add calculation of rotation x and y values

This commit is contained in:
Sem van der Hoeven
2023-05-24 17:01:45 +02:00
parent ea7ae0f6d1
commit c7f764726f
5 changed files with 124 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ find_package(ament_cmake REQUIRED)
# further dependencies manually.
# find_package(<dependency> REQUIRED)
find_package(rclcpp REQUIRED)
find_package(px4_msgs REQUIRED)
find_package(drone_services REQUIRED)
find_package(object_detection REQUIRED)
find_package(height REQUIRED)