Mount Control plugin. More...

Public Member Functions | |
| Subscriptions | get_subscriptions () |
| void | initialize (UAS &uas_) |
| MountControlPlugin () | |
Public Member Functions inherited from mavros::plugin::PluginBase | |
| virtual | ~PluginBase () |
Private Member Functions | |
| void | command_cb (const mavros_msgs::MountControl::ConstPtr &req) |
| Send mount control commands to vehicle. More... | |
Private Attributes | |
| ros::Subscriber | command_sub |
| ros::NodeHandle | mount_nh |
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 |
Mount Control plugin.
Publishes Mission commands to control the camera or antenna mount.
Definition at line 35 of file mount_control.cpp.