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

How to convert the. bag packet of ROS to the. record packet of Cyber #15269

Open
tjc12581 opened this issue Jan 11, 2024 · 3 comments
Open

How to convert the. bag packet of ROS to the. record packet of Cyber #15269

tjc12581 opened this issue Jan 11, 2024 · 3 comments
Labels
Data Data related questions/issues

Comments

@tjc12581
Copy link

How to convert the. bag packet of ROS to the. record packet of Cyber

@daohu527
Copy link
Contributor

Yes, We already have a tool bag_convert, which currently only converts a limited type of messages(lidar, imu, pose).

There are currently two solutions. One is to support ros messages to Apollo on a 1:1 basis. The other is to directly convert ros messages into Apollo format.
The former is more general and the latter is more convenient, so I don't know if I need to support both

@daohu527 daohu527 added the Data Data related questions/issues label Jan 11, 2024
@tjc12581
Copy link
Author

I recorded a data packet using ROS and I want to change the communication framework to cyberRT. I need to convert the. bag data packet to. record format and ensure that the content inside the packet does not change. Can you tell me the specific command or method

@daohu527
Copy link
Contributor

daohu527 commented Feb 4, 2024

Yes, We already have a tool bag_convert, which currently only converts a limited type of messages(lidar, imu, pose).

There are currently two solutions. One is to support ros messages to Apollo on a 1:1 basis. The other is to directly convert ros messages into Apollo format. The former is more general and the latter is more convenient, so I don't know if I need to support both

@tjc12581 You can try the above tools to see if they can meet your requirements

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

No branches or pull requests

2 participants