Skip to content

dlab-ut/motorcycle_mpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Aknowledge

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

About

motorcycle control by model predictive control

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages