events: add new module events
It uses the LP worker queue to periodically check for vehicle commands (30hz), useful for several housekeeping tasks. Currently the only task is temperature calibration. Commands can be started via command line or via vehicle_command (from Mavlink) TODO: need to spec & extend the mavlink command.
Showing
- src/modules/events/CMakeLists.txt 46 additions, 0 deletionssrc/modules/events/CMakeLists.txt
- src/modules/events/send_event.cpp 247 additions, 0 deletionssrc/modules/events/send_event.cpp
- src/modules/events/send_event.h 75 additions, 0 deletionssrc/modules/events/send_event.h
- src/modules/events/temperature_calibration.cpp 65 additions, 0 deletionssrc/modules/events/temperature_calibration.cpp
- src/modules/events/temperature_calibration.h 40 additions, 0 deletionssrc/modules/events/temperature_calibration.h
src/modules/events/CMakeLists.txt
0 → 100644
src/modules/events/send_event.cpp
0 → 100644
src/modules/events/send_event.h
0 → 100644
src/modules/events/temperature_calibration.h
0 → 100644
Please register or sign in to comment