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

[feat] How to add a ros2 plugin which convert self msg to svl message and connect it using python? #44

Open
tianlm opened this issue Mar 8, 2023 · 3 comments

Comments

@tianlm
Copy link

tianlm commented Mar 8, 2023

I want to setup a env for testing my own auto drive system which has self define messages. To my understanding, I need add a ros2 bridge plugin to convert my message to svl. In the offline svl, I can't find find method to do so.
Could you give me some advices about it?

Thx

@YuqiHuai
Copy link
Owner

YuqiHuai commented Mar 8, 2023

@tianlm
Maybe you can read and reach out to #39 (comment)

@tianlm
Copy link
Author

tianlm commented Mar 10, 2023

@tianlm Maybe you can read and reach out to #39 (comment)

Thank you very much for you reply.
I have noticed this question before, and I can start and connect ros2 bridge also. But my problem is that the pre-configured vehicles don't send out ros message. To my understanding, I need add one vehicle which has two sensors, one sends out car state(such as canbus, ego state) to a specific ros2 topic, one controllable monitor control data from ros2. In articles I found, this need to be done in simulator's edit UI. But our current simulator UI doesn't has edit function.
So my question is how to add a vehicle with these sensors and a new scenario to do the test.
Could you give me some advice?

Thx

@YuqiHuai
Copy link
Owner

@tianlm
Hi, sorry for the late reply. Editing-related UI has not been implemented mainly because of my lack of understanding of how the sensors should be configured. Therefore this project has been relying on the user knowing the JSON config file ahead of time.

Can you share the article you found?

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