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

Can we get a LanePosition Publisher or something when the simulator run? I really need a simple enviroment #1176

Closed
Zoe-Wan opened this issue Jan 24, 2024 · 7 comments

Comments

@Zoe-Wan
Copy link

Zoe-Wan commented Jan 24, 2024

Describe the solution you'd like
I noticed that in the simulator, the car's position is represented by LanePosition at the beginning. I am curious if it is possible to continuously obtain the car's LanePosition (instead of WorldPosition) during the simulation? I really need this feature.

Describe alternatives you've considered
I think it is best to implement a laneposition publisher, but it is also nice to use API calls.

@hakuturu583
Copy link
Collaborator

This information includes "entity/status" topic.
This topic publish here.

@Zoe-Wan
Copy link
Author

Zoe-Wan commented Jan 25, 2024

Thanks, I'll check the code, and report the result here

@hakuturu583
Copy link
Collaborator

I think this issue is no-longer active, please re-open issue if related problem happens.

@Zoe-Wan
Copy link
Author

Zoe-Wan commented Mar 19, 2024

Hi, me again. Thanks for giving help!
I'm using dummy_perception_publisher to test how noise can affect the car. To simply the situation I need create dummy object by using lanelet position, which seems not to be implemted.(?) And is there any other way to create perception noise (such as fake car, fake pointcloud) on autoware siumulator? @hakuturu583

@Zoe-Wan
Copy link
Author

Zoe-Wan commented Mar 19, 2024

Opps, I find that in scenario_simulator I should use simple sensor simulator but not dummy perception publisher 😢 . But unfortunately I still have no idea how to make it... I use python language but the simple sensor simulator package is implemented by cpp. Can you give an example about how to use this package?

@Zoe-Wan
Copy link
Author

Zoe-Wan commented Mar 20, 2024

I reimplement a new sensor simulator, but how can I remove the old one? ...need some help indeed..

@Zoe-Wan
Copy link
Author

Zoe-Wan commented Mar 21, 2024

OK,I find the way.

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