I am coding in C ++ on Linux (specifically for Ubuntu 12.04) and would like to use the PlayStation SixAxis controller (the type that comes with the PS3) as an input device, ideally over Bluetooth.
My application will work without heads. There is no window manager on the target platform. The goal is a small robot that works with Ubuntu Server 12.04, although I am developing on the desktop.
Are there any libraries or methods for this that I could use?
source
share