dora-rs / dora-drives

A step-by-step tutorial that allows beginners to write their own autonomous vehicle program from scratch using a simple starter kit. Dora-drives makes learning autonomous vehicle systems faster and easier.
https://www.dora-rs.ai/docs/guides/dora-drives/
Apache License 2.0
48 stars 11 forks source link

Fix opendrive #64

Closed haixuanTao closed 10 months ago

haixuanTao commented 10 months ago

Opendrive input seemed to use the old version of dora using dora_input["data"] but this method has been removed in favor of dora_input["value"] that can directly parse string.

To test out this version

git checkout fix-opendrive