xavierQiwei / iLQR

Iterative LQR for a differential drive robot C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer

This implementation is heavily borrowed from Jur Van Den Berg's implementation that is available here

Instead of using a custom matrix library, I used Eigen for my implementation

About

Iterative LQR for a differential drive robot C++


Languages

Language:C++ 99.5%Language:Makefile 0.5%