/balancebot-f19

Upload of code written to control mobile inverted pendulum robot in ROB 550

Primary LanguageC

/*******************************************************************************
*                                Balancebot Code
*               Modified by tors@umich.edu from pgaskell@umich.edu
*       
*******************************************************************************/

bin/			             : Binaries folder
balanceebot/balanceebot.c/.h : Main setup and threads
test_motors/test_motors.c/.h : Program to test motor implementation
common/mb_controller.c/.h    : Contoller for manual and autonomous nav
common/mb_defs.h             : Define hardware config
common/mb_motors.c/.h        : Motor functions to be used by balancebot
common/mb_odometry.c/.h	     : Odometry functions
optitrack/		     : optitrack driver/server
xbee_serial		     : xbee serial optitrack client code