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 -0500
Seen: 148 times
Last updated: May 10 '18
Is there a way to enable debug logging for colcon test?
ROS2 Architecture (rclcpp, rcl, rmw)
Unable to locate rosserial for noetic/ubuntu 20
[ros2] Test for correct node_name and namespace
No stdout logging output in ROS2 using launch
Best practice to extract recorded data from ros2 bag dumps?
Best way to add package's models path to GAZEBO_MODEL_PATH in ROS2?
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...