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

Problem with converting ros2 bag file? #9

Open
ZvonimirKoprivnjak opened this issue Jan 10, 2024 · 1 comment
Open

Problem with converting ros2 bag file? #9

ZvonimirKoprivnjak opened this issue Jan 10, 2024 · 1 comment

Comments

@ZvonimirKoprivnjak
Copy link

I have topic name /vrpn_mocap/ASTRO/pose from optitrack which I record with ros2 bag record. When I try to covert this bag file with the data type .db3 to csv I receive an error, but when I record the topic name /joint_states with bag record and then convert it to csv it works perfectly. What could be the problem?

@ZvonimirKoprivnjak ZvonimirKoprivnjak changed the title Problem with converting ros2 topic? Problem with converting ros2 bag file? Jan 10, 2024
@JianKangEgon
Copy link
Contributor

The problem might be the topic name separated by "/". The script saves the .csv file under the path "current folder + /${topic_name}.csv", if you don't have the permission to create new folder under current path, there will be error

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

2 participants