examples: add simple work_item example module

This commit is contained in:
Daniel Agar
2020-04-05 10:20:19 -04:00
parent 1d164c0dbd
commit ad559a66a1
40 changed files with 309 additions and 2 deletions
+1
View File
@@ -84,6 +84,7 @@ px4_add_board(
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
rover_steering_control # Rover example app
uuv_example_app
work_item
)
set(config_sitl_viewer jmavsim CACHE STRING "viewer for sitl")
+1
View File
@@ -84,6 +84,7 @@ px4_add_board(
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
rover_steering_control # Rover example app
uuv_example_app
work_item
)
set(config_sitl_viewer jmavsim CACHE STRING "viewer for sitl")
+1
View File
@@ -82,6 +82,7 @@ px4_add_board(
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
rover_steering_control # Rover example app
uuv_example_app
work_item
)
set(config_sitl_viewer jmavsim CACHE STRING "viewer for sitl")