px4_work_queue: command line status output and shutdown empty queues

* adds a work_queue systemcmd that will bring a tree view of all active work queues and work items
 * WorkQueues now track attached WorkItems and will shutdown when the last WorkItem is detached
This commit is contained in:
Daniel Agar
2019-10-02 12:23:17 -04:00
committed by GitHub
parent cc1d86bc0b
commit 26364d44c9
167 changed files with 582 additions and 274 deletions

View File

@@ -111,6 +111,7 @@ px4_add_board(
topic_listener
tune_control
ver
work_queue
EXAMPLES
#bottle_drop # OBC challenge

View File

@@ -111,6 +111,7 @@ px4_add_board(
topic_listener
tune_control
ver
work_queue
EXAMPLES
bottle_drop # OBC challenge