autowarefoundation / AWSIM-Labs

Open source simulator for self-driving vehicles
https://autowarefoundation.github.io/AWSIM-Labs/
Other
15 stars 13 forks source link

Stuck on "velocity_limit service is not ready" when scenario contains a pedestrian #124

Closed WilliamFlinchbaugh closed 3 months ago

WilliamFlinchbaugh commented 3 months ago

I was trying to create a simple scenario with an ego vehicle and a pedestrian crossing the street. However, it seems like whenever there's a pedestrian in the scenario, it stalls on [simulation.concealer_user]: /api/autoware/set/velocity_limit service is not ready. after launching.

All I did was copy sample_awsim.yaml scenario which works perfectly and add a pedestrian.The issue seems to not be with defining the pedestrian scenario object, but with the teleport and routing action within the storyboard as well as the action in the story. It seems to work fine with just the pedestrian defined under ScenarioObject, and I don't get any parsing errors or anything.

I attached the scenario yaml file I'm using. If anyone has an example of pedestrian movement in a scenario, that would be incredibly helpful.

pedestrian_scenario.txt

The only parts I added to the sample_awsim.yaml scenario were the following:

WilliamFlinchbaugh commented 3 months ago

Pretty sure this is actually just an issue with the scenario since it doesn't run with scenario test runner. My bad for not trying that first.