You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PathSim-Vehicle extends the [PathSim](https://github.com/pathsim/pathsim) simulation framework with blocks for vehicle dynamics. All blocks follow the standard PathSim block interface and can be connected into simulation diagrams.
24
+
25
+
## Install
26
+
27
+
```bash
28
+
pip install pathsim-vehicle
29
+
```
7
30
8
-
#PathSim Vehicle Dynamics Toolbox
31
+
## License
9
32
10
-
This toolbox extends the core pathsim package with domain specific component models for vehicle dynamics.
0 commit comments