#include <ros/ros.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
cafer_core | |
Typedefs | |
template<typename T > | |
using | cafer_core::shared_ptr = boost::shared_ptr< T > |
using | cafer_core::NodeHandle = ros::NodeHandle |
using | cafer_core::NodeHandlePtr = shared_ptr< ros::NodeHandle > |
using | cafer_core::NodeHandleConstPtr = const shared_ptr< ros::NodeHandle > |
using | cafer_core::Subscriber = ros::Subscriber |
using | cafer_core::SubscriberPtr = shared_ptr< ros::Subscriber > |
using | cafer_core::SubscriberConstPtr = const shared_ptr< ros::Subscriber > |
using | cafer_core::Publisher = ros::Publisher |
using | cafer_core::PublisherPtr = shared_ptr< ros::Publisher > |
using | cafer_core::PublisherConstPtr = const shared_ptr< ros::Publisher > |
Variables | |
shared_ptr< ros::NodeHandle > | cafer_core::ros_nh |