Implements functions for firmware version 7. More...
#include <node.h>
Public Member Functions | |
bool | configureUblox () |
Configure GNSS individually. Only configures GLONASS. | |
void | getRosParams () |
Get the parameters specific to firmware version 7. | |
void | subscribe () |
Subscribe to messages which are not generic to all firmware. | |
UbloxFirmware7 () | |
Private Attributes | |
ublox_msgs::CfgNMEA7 | cfg_nmea_ |
Used to configure NMEA (if set_nmea_) | |
bool | set_nmea_ |
Whether or not to Configure the NMEA settings. |
bool UbloxFirmware7::configureUblox | ( | ) | [virtual] |
Configure GNSS individually. Only configures GLONASS.
Configure the GNSS
Implements ublox_node::ComponentInterface.
void UbloxFirmware7::getRosParams | ( | ) | [virtual] |
Get the parameters specific to firmware version 7.
Get the GNSS and NMEA settings.
Implements ublox_node::ComponentInterface.
void UbloxFirmware7::subscribe | ( | ) | [virtual] |
Subscribe to messages which are not generic to all firmware.
Subscribe to NavPVT7 messages, RxmRAW, and RxmSFRB messages.
Implements ublox_node::ComponentInterface.
ublox_msgs::CfgNMEA7 ublox_node::UbloxFirmware7::cfg_nmea_ [private] |
bool ublox_node::UbloxFirmware7::set_nmea_ [private] |