-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error converting ROS2 bag to NuScenes #10
Comments
I suppose the problem is in |
Sorry for the delayed response! Could you paste the output of |
Turned out it is throwing |
This warning can be ignored. After checking the config file, I find the topic name of the dataset is not consistant with the 'mit.yaml'. When I change it to the right one, the program runs well. |
Opening with read only is fine since the library does not write back to the ROS bag. Could you include your |
|
This looks fine to me. Does this same error happen if you use the provided instructions for docker instead of building locally? |
The picture above is the output of docker run |
I'm afraid I can't help debug this further without access to the bag file. If this is something you are comfortable sharing, could you upload the bag file and the yaml configuration to a file share site so I can test? |
I just tested with the data you shared. There were two issues:
|
how can be reproduced:
./rosbag2nuscenes ../../bag/ ../conf.yml /workspace/src/rosbag2nuscenes/NuScenes/ 8
C++17
The text was updated successfully, but these errors were encountered: