ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In this case, the conversion utilizing rosbags-convert
and then playing the bag file by ros2 bag play /path/to/file.bag
works fine.
The problem was relating to the lack of some static transform publishers between the frames, e.g. usb_cam
, which then resulted in the filter dropping effected messages.
2 | No.2 Revision |
In this case, the conversion utilizing rosbags-convert
and then playing the bag file by ros2 bag play /path/to/file.bag
works fine.
The problem was relating to the lack of some static transform publishers between the frames, e.g. usb_cam
, which then resulted in the filter dropping effected messages.
Note: The warning regarding /rosout
persists and doesn't seem to be relevant and/or signalling anything critical. Everything works as expected after sorting out the missing transforms.