GPS RTK plugin. More...

Public Member Functions | |
| Subscriptions | get_subscriptions () |
| GpsRtkPlugin () | |
| void | initialize (UAS &uas_) |
Public Member Functions inherited from mavros::plugin::PluginBase | |
| virtual | ~PluginBase () |
Private Member Functions | |
| void | rtcm_cb (const mavros_msgs::RTCM::ConstPtr &msg) |
| Handle mavros_msgs::RTCM message It converts the message to the MAVLink GPS_RTCM_DATA message for GPS injection. Message specification: https://mavlink.io/en/messages/common.html#GPS_RTCM_DATA. More... | |
Private Attributes | |
| ros::NodeHandle | gps_rtk_nh |
| ros::Subscriber | gps_rtk_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 |
GPS RTK plugin.
Publish the RTCM messages from ROS to the FCU
Definition at line 28 of file gps_rtk.cpp.