All Projects → andresmendes → Vehicle-Dynamics-Lateral

andresmendes / Vehicle-Dynamics-Lateral

Licence: BSD-3-Clause License
OpenVD: Vehicle Dynamics - Lateral

Programming Languages

matlab
3953 projects
HTML
75241 projects

Projects that are alternatives of or similar to Vehicle-Dynamics-Lateral

Fastscape
A fast, versatile and user-friendly landscape evolution model
Stars: ✭ 22 (-56%)
Mutual labels:  simulation, modeling
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (+32%)
Mutual labels:  simulation, modeling
Ditras
DITRAS (DIary-based TRAjectory Simulator), a mathematical model to simulate human mobility
Stars: ✭ 19 (-62%)
Mutual labels:  simulation, modeling
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+466%)
Mutual labels:  simulation, modeling
Gama
Core plug-in projects of the GAMA platform
Stars: ✭ 196 (+292%)
Mutual labels:  simulation, modeling
Jomini
Historical battle simulation package for Python
Stars: ✭ 31 (-38%)
Mutual labels:  simulation, modeling
Imagine Old
Modeling and simulations using computational graphs
Stars: ✭ 25 (-50%)
Mutual labels:  simulation, modeling
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+4%)
Mutual labels:  simulation, modeling
Bmtk
Brain Modeling Toolkit
Stars: ✭ 177 (+254%)
Mutual labels:  simulation, modeling
Componentarrays.jl
Arrays with arbitrarily nested named components.
Stars: ✭ 72 (+44%)
Mutual labels:  simulation, modeling
COMOKIT-Model
A GAMA (http://gama-platform.org) model on the assessment and comparisons of intervention policies against the CoVid19 pandemics
Stars: ✭ 23 (-54%)
Mutual labels:  simulation, modeling
PVSystems
A Modelica library for photovoltaic system and power converter design
Stars: ✭ 20 (-60%)
Mutual labels:  simulation, modeling
AutoInteraction-Library
Android仿真人机交互开源库,包括自动化模拟点击指定控件、模拟滚屏等
Stars: ✭ 50 (+0%)
Mutual labels:  simulation
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-30%)
Mutual labels:  simulation
PFL-Non-IID
The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage…
Stars: ✭ 58 (+16%)
Mutual labels:  simulation
Evagents
A "Natural" Selection Simulator using Neural Nets
Stars: ✭ 19 (-62%)
Mutual labels:  simulation
DeepLocNet
WiFi based Radio-Inertial Localization
Stars: ✭ 25 (-50%)
Mutual labels:  simulation
shorelark
Simulation of life & evolution
Stars: ✭ 109 (+118%)
Mutual labels:  simulation
sycomore
MRI simulation toolkit
Stars: ✭ 13 (-74%)
Mutual labels:  simulation
qecsim
qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.
Stars: ✭ 34 (-32%)
Mutual labels:  simulation

View Vehicle Dynamics - Lateral on File Exchange

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.

Structure

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

Vehicle Dynamics - Vertical

Other projects

Kinematic bicycle model - Open loop steering rate (Matlab File Exchange | GitHub)

Publications

Project OpenVD: Open Vehicle Dynamics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].