Obstacle companion process status plugin. More...
Public Member Functions | |
CompanionProcessStatusPlugin () | |
Subscriptions | get_subscriptions () |
void | initialize (UAS &uas_) |
Public Member Functions inherited from mavros::plugin::PluginBase | |
virtual | ~PluginBase () |
Private Member Functions | |
void | status_cb (const mavros_msgs::CompanionProcessStatus::ConstPtr &req) |
Send companion process status to FCU over a heartbeat message. More... | |
Private Attributes | |
ros::NodeHandle | status_nh |
ros::Subscriber | status_sub |
Additional Inherited Members | |
Public Types inherited from mavros::plugin::PluginBase | |
typedef boost::shared_ptr< PluginBase const > | ConstPtr |
typedef mavconn::MAVConnInterface::ReceivedCb | HandlerCb |
typedef std::tuple< mavlink::msgid_t, const char *, size_t, HandlerCb > | HandlerInfo |
typedef boost::shared_ptr< PluginBase > | Ptr |
typedef std::vector< HandlerInfo > | Subscriptions |
Protected Member Functions inherited from mavros::plugin::PluginBase | |
virtual void | connection_cb (bool connected) |
void | enable_connection_cb () |
HandlerInfo | make_handler (void(_C::*fn)(const mavlink::mavlink_message_t *, _T &)) |
HandlerInfo | make_handler (const mavlink::msgid_t id, void(_C::*fn)(const mavlink::mavlink_message_t *msg, const mavconn::Framing framing)) |
PluginBase () | |
Protected Attributes inherited from mavros::plugin::PluginBase | |
UAS * | m_uas |
Obstacle companion process status plugin.
Publishes the status of components running on the companion computer
Definition at line 36 of file companion_process_status.cpp.