![]() |
Smart Minotaur
|
Gathers and publish Odometry data. Mehr ...
#include <RobotCommunicator.hpp>
Öffentliche Methoden | |
RobotCommunicator (nxt::Brick *p_brick) | |
void | init (ros::NodeHandle &p_handle) |
void | setTransformBroadcaster (tf::TransformBroadcaster *p_odomBroadcaster) |
void | publish () |
Creates a TransformStamped and an Odometry message and publish them. | |
void | stepController (const int p_samplingIntervalMsec) |
Calls the PID-Controller and the calculation for deadReckoning. | |
void | applySettings (const RobotSettings &p_settings) |
void | applySettings (const MouseSensorSettings &p_settings) |
void | shutdown () |
Gathers and publish Odometry data.
void minotaur::RobotCommunicator::stepController | ( | const int | p_samplingIntervalMsec | ) |
Calls the PID-Controller and the calculation for deadReckoning.
p_samplingIntervalMsec | duration of one sampling interval in MSec |