Public Member Functions | |
MyNodelet () | |
![]() | |
FilterChainNodelet (std::string filterChainNamespace) | |
~FilterChainNodelet () override=default | |
![]() | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
![]() | |
FilterChainBase () | |
virtual | ~FilterChainBase ()=default |
Protected Member Functions | |
bool | filter (const sensor_msgs::PointCloud2 &msgIn, sensor_msgs::PointCloud2 &msgOut) override |
void | onInit () override |
![]() | |
void | onInit () override |
![]() | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
![]() | |
virtual void | advertise () |
virtual void | callbackReference (const sensor_msgs::PointCloud2 &msgIn) |
virtual void | callbackShared (const typename sensor_msgs::PointCloud2 ::ConstPtr &msgIn) |
virtual void | initFilters (const std::string &filterChainNamespace, ros::NodeHandle filterNodeHandle, ros::NodeHandle topicNodeHandle, const bool useSharedPtrMessages, const size_t inputQueueSize, const size_t outputQueueSize) |
virtual void | publishReference (const sensor_msgs::PointCloud2 &msg) |
virtual void | publishShared (const typename sensor_msgs::PointCloud2 ::ConstPtr &msg) |
virtual void | subscribe () |
Additional Inherited Members | |
![]() | |
typedef ros::message_traits::DataType< sensor_msgs::PointCloud2 > | DataType |
![]() | |
std::string | filterChainNamespace |
![]() | |
filters::FilterChain< sensor_msgs::PointCloud2 > | filterChain |
size_t | inputQueueSize |
ros::Subscriber | inputSubscriber |
sensor_msgs::PointCloud2 | msg |
ros::Publisher | outputPublisher |
size_t | outputQueueSize |
ros::NodeHandle | topicNodeHandle |
bool | useSharedPtrMessages |
Definition at line 13 of file example_custom_chain_nodelet.cpp.
|
inline |
Definition at line 16 of file example_custom_chain_nodelet.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from sensor_filters::FilterChainBase< sensor_msgs::PointCloud2 >.
Definition at line 25 of file example_custom_chain_nodelet.cpp.
|
inlineoverrideprotectedvirtual |
Implements nodelet::Nodelet.
Definition at line 19 of file example_custom_chain_nodelet.cpp.