Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ros1_brigde cannot convert ros1bag data into ros2bag because of Qos mismatch #432

Open
Junjie-Luo opened this issue Apr 5, 2024 · 0 comments

Comments

@Junjie-Luo
Copy link

Bug report

The following warning appeared in shell C:
[WARN] [1712315463.273040201] [rosbag2_transport]: A new publisher for susbcribed topic /rosout was found offering RMW_QOS_POLICY_DURABILITY_VOLATILE, but rosbag2 already subscribed requesting RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL. Messages from this new publisher will not be recorded.

shell D:
rosbag play kitti_2011_09_26_drive_0002_synced.bag #the kitti bag is a package that converts kitti stereo dataset raw through
#kitti2bag and can be used normally in ros1

  • Operating System:
    -Ubuntu20.04
    -ROS VISION:foxy

Steps to reproduce issue

<
shell A:
source /opt/rps/noetic/setup.bash
roscore

shell B:
source /opt/rps/noetic/setup.bash
source /opt/rps/foxy/setup.bash
export ROS_MASTER_URI=http://localhost:11311
ros2 run ros1_bridge dynamic_bridge –bridge-all-1to2-topics

shell C:
source /opt/rps/foxy/setup.bash
ros2 bag record -a -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant