#include <ROSInterface.h>
Public Member Functions | |
void | createPublisher (ros::NodeHandle &nh) |
ImuToROSImu (InertialMeasurementUnit *imu, std::string topic, int rate) | |
void | publish () |
~ImuToROSImu () | |
Private Attributes | |
InertialMeasurementUnit * | imu_ |
Definition at line 299 of file ROSInterface.h.
ImuToROSImu::ImuToROSImu | ( | InertialMeasurementUnit * | imu, |
std::string | topic, | ||
int | rate | ||
) |
Definition at line 504 of file ROSInterface.cpp.
Definition at line 536 of file ROSInterface.cpp.
void ImuToROSImu::createPublisher | ( | ros::NodeHandle & | nh | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 509 of file ROSInterface.cpp.
void ImuToROSImu::publish | ( | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 515 of file ROSInterface.cpp.
InertialMeasurementUnit* ImuToROSImu::imu_ [private] |
Definition at line 301 of file ROSInterface.h.