2025-05-24 17:32:16 +01:00
2025-05-24 10:48:28 +01:00
2025-05-24 10:48:28 +01:00
2025-05-24 17:32:05 +01:00

							CART AND POLE

This is a simple Hamiltonian-based simulation of the classic cart and
pole / inverted pendulum system, with a stabilising control system,
using SDL2 for the graphics.

To build and run (requires CMake >= 3.13 and SDL2):

	cmake -B build
	cmake --build build
	build/cart-and-pole
Description
No description provided
Readme 51 KiB
Languages
C 91.6%
CMake 8.4%