autowarefoundation / autoware_ai

Apache License 2.0
26 stars 11 forks source link

Integrate Chrono Vehicle Model #66

Closed huckl3b3rry87 closed 6 years ago

huckl3b3rry87 commented 6 years ago

New Feature

Integrate Chrono (for simulating vehicle dynamics) into Autoware.

Motivation

Chrono can be very slow if too much fidelity is added (i.e. soft soil, etc.) there are some models that can be run in real time and the vehicle models are tested and suitable when an accurate representation of the vehicle is needed. For instance, Gazebo does not have tire models and powertrain dynamics etc. unless you develop them and I have not found any validated vehicle models in Gazebo.

Status

We have built Chrono into ROS and integrated it into a Docker file that also builds Autoware. The branch is here.

tqshao commented 6 years ago

TODO

huckl3b3rry87 commented 6 years ago

TODO 2