#include <motioncommandconverter.h>
|
| MotionCommandReader (ros::NodeHandle *n, const std::string axtopic, const std::string steeringtopic, int qsize) |
|
virtual bool | hasData () const override |
| hasData indicates whether the data has been initialized with a first data item More...
|
|
virtual bool | hasUpdate () const override |
| hasUpdate indicates whether the data item was updated since last getdata More...
|
|
virtual void | getData (adore::fun::MotionCommand &value) |
| getData returns the latest data item More...
|
|
virtual std::string | getDesc () |
|
ROS specific implementation of AReader for adore::fun::MotionCommand. Receives two std_msgs::Float32 to create adore::fun::MotionCommand.
◆ MotionCommandReader()
adore::if_ROS::MotionCommandReader::MotionCommandReader |
( |
ros::NodeHandle * |
n, |
|
|
const std::string |
axtopic, |
|
|
const std::string |
steeringtopic, |
|
|
int |
qsize |
|
) |
| |
|
inline |
◆ getData()
◆ hasData()
virtual bool adore::if_ROS::MotionCommandReader::hasData |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ hasUpdate()
virtual bool adore::if_ROS::MotionCommandReader::hasUpdate |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ receive_accelerationRequest()
void adore::if_ROS::MotionCommandReader::receive_accelerationRequest |
( |
std_msgs::Float32ConstPtr |
msg | ) |
|
|
inlineprivate |
◆ receive_steeringRequest()
void adore::if_ROS::MotionCommandReader::receive_steeringRequest |
( |
std_msgs::Float32ConstPtr |
msg | ) |
|
|
inlineprivate |
◆ acceleration_initialized_
bool adore::if_ROS::MotionCommandReader::acceleration_initialized_ |
|
private |
◆ accelerationSubscriber_
ros::Subscriber adore::if_ROS::MotionCommandReader::accelerationSubscriber_ |
|
private |
◆ changed_
bool adore::if_ROS::MotionCommandReader::changed_ |
|
private |
◆ data_
◆ steering_initialized_
bool adore::if_ROS::MotionCommandReader::steering_initialized_ |
|
private |
◆ steeringSubscriber_
ros::Subscriber adore::if_ROS::MotionCommandReader::steeringSubscriber_ |
|
private |
The documentation for this class was generated from the following file: