logging: publish a message for PX4_{WARN,ERR} & store them to the ulog file
- ulog file message rate limited to 50Hz - queuing with size 2 - this replaces the mavlink log message in the ulog (but the mavlink warnings & errors still go to the ulog)
Showing
- msg/CMakeLists.txt 1 addition, 0 deletionsmsg/CMakeLists.txt
- msg/log_message.msg 5 additions, 0 deletionsmsg/log_message.msg
- src/modules/logger/logger.cpp 8 additions, 8 deletionssrc/modules/logger/logger.cpp
- src/modules/uORB/Subscription.cpp 2 additions, 0 deletionssrc/modules/uORB/Subscription.cpp
- src/modules/uORB/uORBMain.cpp 3 additions, 0 deletionssrc/modules/uORB/uORBMain.cpp
- src/platforms/posix/px4_layer/px4_log.c 50 additions, 0 deletionssrc/platforms/posix/px4_layer/px4_log.c
- src/platforms/px4_log.h 5 additions, 0 deletionssrc/platforms/px4_log.h
Loading
Please register or sign in to comment