message_event support in ros 2
Do the subscription mechanism provided in rclcpp support something like ros::MessageEvent callbacks ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Do the subscription mechanism provided in rclcpp support something like ros::MessageEvent callbacks ?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-05-10 00:44:03 -0600
Seen: 129 times
Last updated: May 10 '18
Where are ros2 message ostream operators for c++ logging?
Frozen map + 'Message filter dropping'... Issues with mapping and navigation
SIGABRT double free detected in tcache 2
[autoware.auto]No create cluster button
ROS2 Foxy Gazebo spawn_entity [SystemPaths.cc:459] File or path does not exist [""]
Slam_toolbox message filter dropping message
Did you find out?
There is a MessageEvent type: https://github.com/ros2/message_filte...
But I can't get it to work, I do what the line 70 tells me to do but I get compilation errors (if someone can get it to work please tell me how).
And either way the current MessageEvent implementation in ROS2 does not seems to have the same capabilities: https://github.com/ros2/message_filte...