#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 285 of file ROSInterface.h.
| ImuToROSImu::ImuToROSImu | ( | InertialMeasurementUnit * | imu, |
| std::string | topic, | ||
| int | rate | ||
| ) |
Definition at line 455 of file ROSInterface.cpp.
Definition at line 487 of file ROSInterface.cpp.
| void ImuToROSImu::createPublisher | ( | ros::NodeHandle & | nh | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 460 of file ROSInterface.cpp.
| void ImuToROSImu::publish | ( | ) | [virtual] |
Implements ROSPublisherInterface.
Definition at line 466 of file ROSInterface.cpp.
InertialMeasurementUnit* ImuToROSImu::imu_ [private] |
Definition at line 287 of file ROSInterface.h.