Skip to content

Commit 88e538f

Browse files
Add safe quadrotor flight (#91)
1 parent e10cf2f commit 88e538f

4 files changed

+623
-2
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ target_link_libraries(cddp_quadrotor_figure_eight_vertical cddp)
4949
add_executable(cddp_quadrotor_point cddp_quadrotor_point.cpp)
5050
target_link_libraries(cddp_quadrotor_point cddp)
5151

52-
# # add_executable(cddp_quadrotor_circle_safe cddp_quadrotor_circle_safe.cpp)
53-
# # target_link_libraries(cddp_quadrotor_circle_safe cddp)
52+
add_executable(cddp_quadrotor_figure_eight_horizontal_safe cddp_quadrotor_figure_eight_horizontal_safe.cpp)
53+
target_link_libraries(cddp_quadrotor_figure_eight_horizontal_safe cddp)
5454

5555
add_executable(cddp_unicycle cddp_unicycle.cpp)
5656
target_link_libraries(cddp_unicycle cddp)

0 commit comments

Comments
 (0)