Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 961 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 961 Bytes

motorcycle_mpc

motorcycle control by model predictive control

demo.mp4

installation

Recommended to run under virtual environment (venv or docker)

venv ver

git clone https://github.com/dlab-ut/motorcycle_mpc
cd motorcycle_mpc

python3 -m venv .venv
source .venv/bin/activate
pip3 install -e .[dev]

docker ver (TODO)

usage

# demo 
python3 src/pathTrack/pathTrack.py course1 -g
  • [course1, course2]
  • gui

simulation config

config.py

reference

paper

https://ieeexplore.ieee.org/abstract/document/10316887

Aknowledge

This work was supported by JSPS KAKENHI Grant Number 23K03896.