Skip to content

Commit 7df07ca

Browse files
committed
add badges for a quick overview
1 parent 5b2e72e commit 7df07ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Open Car Dynamics
22

3+
[![ROS 2](https://img.shields.io/badge/ROS_2-Humble-22314E.svg?logo=ros&logoColor=white)](https://docs.ros.org/en/humble/)
4+
[![C++](https://img.shields.io/badge/C%2B%2B-20-00599C?logo=c%2B%2B&logoColor=white)](https://isocpp.org/)
5+
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
6+
[![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04-E95420?logo=ubuntu&logoColor=white)](https://ubuntu.com/)
7+
[![DOI](https://img.shields.io/badge/DOI-10.1109%2FIV55156.2024.10588858-blue)](https://doi.org/10.1109/IV55156.2024.10588858)
8+
39
The Open Car Dynamics library aims to provide a comprehensive, simple, and easy-to-use implementation of a vehicle's dynamic behavior.
410
The project's primary focus is to enable closed-loop simulation of trajectory following controllers in autonomous driving.
511
Considering this goal, the core philosophy behind this implementation is to model the vehicle's behavior in as much detail as necessary but as simply as possible. Keeping the model concise and relatively simple drastically simplifies parametrization and reduces the effort of adapting the model to one's requirements.

0 commit comments

Comments
 (0)