You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to ROS and ROS2, so I follow the tutorial and find some disturbing problem of inconsistence between 2 version.
I want to leave this message because this problem take me 3 hours to solve.
ROS tutorial
OK, the message filters tutorial in ROS 1 isn't going to work as-is for ROS 2. As such, this is essentially a request for a new tutorial for ROS 2, which is very reasonable.
I'll go ahead and move this over to the ros2_documentation repository, which is where we track those things.
I'm new to ROS and ROS2, so I follow the tutorial and find some disturbing problem of inconsistence between 2 version.
I want to leave this message because this problem take me 3 hours to solve.
ROS tutorial
This indicate message_filters.Subscriber(topic, data_type)
but in ROS2 is
Which is message_filters.Subscriber(node, ???, topic)
Should we make it more consistent?
The text was updated successfully, but these errors were encountered: