Publish ROS information in the dynamic-graph.
More...
#include <ros_subscribe.hh>
|
typedef std::pair< boost::shared_ptr< dynamicgraph::SignalBase< int > >, boost::shared_ptr< ros::Subscriber > > | bindedSignal_t |
|
|
| RosSubscribe (const std::string &n) |
|
virtual std::string | getDocString () const |
|
void | display (std::ostream &os) const |
|
void | add (const std::string &signal, const std::string &topic) |
|
void | rm (const std::string &signal) |
|
std::string | list () |
|
void | clear () |
|
template<typename T > |
void | add (const std::string &signal, const std::string &topic) |
|
std::map< std::string, bindedSignal_t > & | bindedSignal () |
|
ros::NodeHandle & | nh () |
|
template<typename R , typename S > |
void | callback (boost::shared_ptr< dynamicgraph::SignalPtr< S, int > > signal, const R &data) |
|
template<typename R > |
void | callbackTimestamp (boost::shared_ptr< dynamicgraph::SignalPtr< ptime, int > > signal, const R &data) |
|
|
typedef boost::posix_time::ptime | ptime |
|
|
| DYNAMIC_GRAPH_ENTITY_DECL () |
|
|
ros::NodeHandle & | nh_ |
|
std::map< std::string, bindedSignal_t > | bindedSignal_ |
|
|
static const std::string | docstring_ |
|
|
template<typename T > |
class | internal::Add |
|
Publish ROS information in the dynamic-graph.
The documentation for this class was generated from the following files: