pyoscx / scenariogeneration

Python library to generate linked OpenDRIVE and OpenSCENARIO files
Mozilla Public License 2.0
256 stars 81 forks source link

Obstacles in scenariogeneration #200

Closed gost-sniper closed 7 months ago

gost-sniper commented 7 months ago

Hello, I'm trying to write a simple scenario of a stand still car due to a rock or an obstacle but I can't find any class similar to Vehicle that can mimic an obstacle in this repo (the storyboard is irrelevant to me for the time being).

Thanks

mander76 commented 7 months ago

Hi

Try MiscObject (MiscObjectCategory), there are some random objects there you can use

gost-sniper commented 7 months ago

Oh thank you for the prompt response