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.
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.