NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
ff::RapidCommandRosCommand Class Reference

#include <rapid_command_ros_command_plan.h>

Inheritance diagram for ff::RapidCommandRosCommand:
Inheritance graph

Public Member Functions

 RapidCommandRosCommand (const std::string &subscribe_topic, const std::string &pub_topic, const ros::NodeHandle &nh, const unsigned int queue_size=10)
 
void operator() (rapid::Command const *cmd)
 

Additional Inherited Members

- Protected Member Functions inherited from ff::RapidSubRosPub
 RapidSubRosPub (const std::string &subscribe_topic, const std::string &pub_topic, const ros::NodeHandle &nh, const std::string &entity_name, const unsigned int queue_size)
 
 ~RapidSubRosPub ()
 
virtual void StartThread ()
 
 RapidSubRosPub (const std::string &subscribe_topic, const std::string &pub_topic, const ros::NodeHandle &nh, const std::string &entity_name, const unsigned int queue_size)
 
 ~RapidSubRosPub ()
 
virtual void StartThread ()
 
- Protected Attributes inherited from ff::RapidSubRosPub
ros::NodeHandle nh_
 
ros::Publisher pub_
 
std::string subscribe_topic_
 
std::string publish_topic_
 
unsigned int queue_size_
 
std::atomic< bool > alive_
 
std::thread thread_
 
kn::DdsEventLoop dds_event_loop_
 

Constructor & Destructor Documentation

◆ RapidCommandRosCommand()

ff::RapidCommandRosCommand::RapidCommandRosCommand ( const std::string &  subscribe_topic,
const std::string &  pub_topic,
const ros::NodeHandle &  nh,
const unsigned int  queue_size = 10 
)

Member Function Documentation

◆ operator()()

void ff::RapidCommandRosCommand::operator() ( rapid::Command const *  cmd)

call back for ddsEventLoop


The documentation for this class was generated from the following files: