#include <ROSInterface.h>
Public Member Functions | |
void | createPublisher (ros::NodeHandle &nh) |
DVLSensorToROS (DVLSensor *sensor, std::string topic, int rate) | |
void | publish () |
~DVLSensorToROS () | |
Private Attributes | |
DVLSensor * | sensor_ |
Definition at line 332 of file ROSInterface.h.
DVLSensorToROS::DVLSensorToROS | ( | DVLSensor * | sensor, |
std::string | topic, | ||
int | rate | ||
) | [inline] |
Definition at line 337 of file ROSInterface.h.
DVLSensorToROS::~DVLSensorToROS | ( | ) | [inline] |
Definition at line 346 of file ROSInterface.h.
void DVLSensorToROS::createPublisher | ( | ros::NodeHandle & | nh | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 548 of file ROSInterface.cpp.
void DVLSensorToROS::publish | ( | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 554 of file ROSInterface.cpp.
DVLSensor* DVLSensorToROS::sensor_ [private] |
Definition at line 334 of file ROSInterface.h.