mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 08:00:34 +08:00
WIP, make class based and extended subscriber/publisher example compile for ros
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
|
||||
#include "publisher_example.h"
|
||||
|
||||
using namespace px4;
|
||||
|
||||
PublisherExample::PublisherExample() :
|
||||
_n(),
|
||||
_rc_channels_pub(PX4_ADVERTISE(_n, rc_channels))
|
||||
|
||||
Reference in New Issue
Block a user