added stuff
This commit is contained in:
parent
b25daa8cae
commit
7e66c74f70
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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*
|
||||
|
|
3
src/solarcarsim/environments.py
Normal file
3
src/solarcarsim/environments.py
Normal 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.
|
||||
|
5
src/solarcarsim/physsim.py
Normal file
5
src/solarcarsim/physsim.py
Normal 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
0
src/solarcarsim/vis.py
Normal file
Loading…
Reference in a new issue