Open Source Simulation Package for MATLAB
https://www.researchgate.net/project/OpenVD-Open-Vehicle-Dynamics
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Vehicle Dynamics - Lateral: Open Source Simulation Package for MATLAB
This package is an open source initiative that provides vehicle models and graphics features for lateral dynamics simulation of simple and articulated vehicles.
Vehicle Dynamics - Lateral is part of the OpenVD Project.
Documentation
Examples, Models and Functions are here: Matlab File Exchange: Vehicle Dynamics - Lateral
- Examples - Simulation and modeling examples.
- Models - Simulink models.
- Functions - Function documentation.
To make the first steps easier, two template scripts are available covering the simulation of simple and articulated vehicles. We encourage the users to run and explore the examples TemplateSimple.m and TemplateArticulated.m.
Alternatively, for users familiar with Simulink, two template applications are available for running the models of the package in Simulink. Run and explore the examples TemplateSimpleSimulink.m and TemplateArticulatedSimulink.m.
Description
The general structure of the package is illustrated below. All classes of the package are categorized into Vehicle model, Tire model and Graphics. One Vehicle model and one Tire model are combined to form the System. The integration of the System, with the apropriate parameters and initial conditions, is performed through the standard ode45 function of MATLAB®. The resulting data can be ploted as Frame and Animation with the Graphics features.
This package uses an object-oriented programming architecture. For more details see Object-Oriented Programming in MATLAB.
Installation
The first thing you have to do is install the package according to the following steps:
- Download the latest version of Vehicle Dynamics - Lateral.
- Save the package (folder "+VehicleDynamicsLateral") in the MATLAB® path or add your current path to the paths list. More details in help path.
API Documentation
Help and documentation on-the-fly are available through the "doc" and "help" commands, as usual. For instance, run:
help VehicleDynamicsLateral.VehicleSimpleLinear
Modules
Vehicle Dynamics - Lateral (Current page)
Vehicle Dynamics - Longitudinal
Other projects
Kinematic bicycle model - Open loop steering rate (Matlab File Exchange | GitHub)
Publications
인용 양식
André de Souza Mendes (2026). Vehicle Dynamics - Lateral (https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.5), GitHub. 검색 날짜: .
GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.5 | See release notes for this release on GitHub: https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.5 |
||
| 1.0.0.4 | See release notes for this release on GitHub: https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.4 |
||
| 1.0.0.3 | See release notes for this release on GitHub: https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.3 |
||
| 1.0.0.2 | See release notes for this release on GitHub: https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.2 |
||
| 1.0.0.1 | See release notes for this release on GitHub: https://github.com/andresmendes/Vehicle-Dynamics-Lateral/releases/tag/1.0.0.1 |
||
| 1.0.0.0 | Update illustration and documentation |


