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 | ros @ Robotics Stack Exchange |
Do the subscription mechanism provided in rclcpp support something like ros::MessageEvent callbacks ?
Asked: 2018-05-10 00:44:03 -0500
Seen: 258 times
Last updated: May 10 '18
[ros2/rclcpp] Threadsafety of Node::create_publisher<>
function callback using std::bind in ros 2 subscription
Check whether parameter is set or not for a ros 2 node
Is there a rclcpp.lib for Win32 projects?
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
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...