added stuff

This commit is contained in:
saji 2024-11-26 09:02:17 -06:00
parent b25daa8cae
commit 7e66c74f70
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

@ -160,3 +160,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.aider*

View file

@ -0,0 +1,3 @@
# models to generate different environments that the car can drive in.
# This includes terrain, clouds, wind, solar conditions, and the route along the terrain.

View file

@ -0,0 +1,5 @@
# Physical simulations of the car
# This includes Car parameters, slope, velocity, aerodynamic resistance,
# rolling resistance, motor efficiency, solar inputs, etc.

0
src/solarcarsim/vis.py Normal file
View file