Skip to content

lukaszanger/stanley_controller_cpp

 
 

Repository files navigation

stanley_controller_cpp

Stanley control in C++

Demo GIF

Docker Image

Build

docker build -t stanley_controller_cpp docker/

Start Docker Container

Check out the CLI tool "docker-run": https://github.com/ika-rwth-aachen/docker-run

# stanley_controller_cpp
docker-run --mwd stanley_controller_cpp:latest

Run

# Compile
g++ -I/usr/include/eigen3 -I/usr/include/python3.10 BicycleModel.cpp StanleyController.cpp Animation.cpp Linear_Interpolation.cpp CubicSpline1D.cpp -o stanley_animation -lpython3.10
# Run
./stanley_animation

http://www.gnuplot.info/

About

stanley controller in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Dockerfile 0.2%