Commit Graph

11 Commits (9454e521e1f0bc577445eac43eb022d47819ea29)

Author SHA1 Message Date
matssteinweg 9454e521e1 Update simulation.py
update simulation script. No need to comment out stuff anymore. Set simulation mode and model type at the top of the script
2019-11-23 22:56:09 +01:00
matssteinweg ea7296ced1 Update spatial_bicycle_models.py
fix bug in function calling convention
2019-11-23 22:55:20 +01:00
matssteinweg 53d30d46b4 Update spatial_bicycle_models.py
Add comments. SimpleBicycleModel checked.

New Convention:
each function call with control signals
(D, delta) according to order in control signal returned by MPC
2019-11-23 22:29:25 +01:00
matssteinweg eabf75c9ad Create simulation.py
simulation script
2019-11-23 22:27:57 +01:00
matssteinweg 15994c1e70 Add map images 2019-11-23 22:27:46 +01:00
matssteinweg 862c83d590 Create .gitignore 2019-11-23 22:27:19 +01:00
matssteinweg 970dc7b370 Create map.py
map object
2019-11-23 16:46:19 +01:00
matssteinweg 4dc24ef368 Create MPC.py
MPC Controller
2019-11-23 16:46:14 +01:00
matssteinweg c7c0534fef Create reference_path.py
Reference path object
2019-11-23 16:46:07 +01:00
matssteinweg a773c1893a Create spatial_bicycle_models.py
Two different bicycle models (simple, extended)
2019-11-23 16:45:54 +01:00
matssteinweg 69aaae546e Initial commit 2019-11-23 16:42:01 +01:00