mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
px4_log: Added include for ROS
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
|
||||
#if defined(__PX4_ROS)
|
||||
|
||||
#include <ros/console.h>
|
||||
#define PX4_PANIC(...) ROS_WARN(__VA_ARGS__)
|
||||
#define PX4_ERR(...) ROS_WARN(__VA_ARGS__)
|
||||
#define PX4_WARN(...) ROS_WARN(__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user