Browse Source

move bottle_drop to examples (#8187)

sbg
Daniel Agar 7 years ago committed by GitHub
parent
commit
48cfb37c5a
  1. 2
      cmake/configs/nuttx_aerocore2_default.cmake
  2. 2
      cmake/configs/nuttx_auav-x21_default.cmake
  3. 4
      cmake/configs/nuttx_crazyflie_default.cmake
  4. 2
      cmake/configs/nuttx_mindpx-v2_default.cmake
  5. 2
      cmake/configs/nuttx_nxphlite-v3_default.cmake
  6. 2
      cmake/configs/nuttx_px4-same70xplained-v1_default.cmake
  7. 2
      cmake/configs/nuttx_px4fmu-v2_default.cmake
  8. 2
      cmake/configs/nuttx_px4fmu-v2_test.cmake
  9. 2
      cmake/configs/nuttx_px4fmu-v3_default.cmake
  10. 2
      cmake/configs/nuttx_px4fmu-v4_default.cmake
  11. 2
      cmake/configs/nuttx_px4fmu-v4pro_default.cmake
  12. 2
      cmake/configs/nuttx_px4fmu-v5_default.cmake
  13. 2
      cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake
  14. 2
      cmake/configs/posix_sitl_default.cmake
  15. 0
      src/examples/bottle_drop/CMakeLists.txt
  16. 0
      src/examples/bottle_drop/bottle_drop.cpp
  17. 0
      src/examples/bottle_drop/bottle_drop_params.c

2
cmake/configs/nuttx_aerocore2_default.cmake

@ -136,7 +136,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_auav-x21_default.cmake

@ -156,7 +156,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

4
cmake/configs/nuttx_crazyflie_default.cmake

@ -103,12 +103,12 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps
# #
examples/rover_steering_control #examples/rover_steering_control
# #
# Demo apps # Demo apps

2
cmake/configs/nuttx_mindpx-v2_default.cmake

@ -161,7 +161,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_nxphlite-v3_default.cmake

@ -172,7 +172,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4-same70xplained-v1_default.cmake

@ -138,7 +138,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v2_default.cmake

@ -156,7 +156,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v2_test.cmake

@ -152,7 +152,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v3_default.cmake

@ -166,7 +166,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v4_default.cmake

@ -168,7 +168,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v4pro_default.cmake

@ -167,7 +167,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4fmu-v5_default.cmake

@ -168,7 +168,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
#modules/bottle_drop #examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake

@ -144,7 +144,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

2
cmake/configs/posix_sitl_default.cmake

@ -143,7 +143,7 @@ set(config_module_list
# #
# OBC challenge # OBC challenge
# #
modules/bottle_drop examples/bottle_drop
# #
# Rover apps # Rover apps

0
src/modules/bottle_drop/CMakeLists.txt → src/examples/bottle_drop/CMakeLists.txt

0
src/modules/bottle_drop/bottle_drop.cpp → src/examples/bottle_drop/bottle_drop.cpp

0
src/modules/bottle_drop/bottle_drop_params.c → src/examples/bottle_drop/bottle_drop_params.c

Loading…
Cancel
Save