A cpp implementation for the classic inverted pendulum on a cart control problem. The system dynamics are predicted using the 4th-order Runge-Kutta method, and the cart is controlled using an LQR controller.
This repository serves as the starting point for a passion project and a foundation for future work. It is a work in progress and should be regarded as a proof of concept.