- Apr 11, 2016
-
-
Sergi Hernandez authored
- added the extern "C" clause to all header files. - Changed the name of the TPage structure to TActionPage - Commented some parts because they are not yet supported by the simulator.
-
- Dec 09, 2015
-
-
Sergi Hernandez authored
Added configurations files for the controllers and communications modules, as well as a global configuration file. Moved the source code of the controllers module to the root source folder. Moved the balance code to a separate source file. Added a user time module to allow periodic and one shot time functions to the user.
-
- Nov 30, 2015
-
-
Sergi Hernandez authored
Added a new communications library implementing the dynamixel interface and the serial console. Zigbee is pending. Split the cm510 controller module into several for easy maintenance. Removed all the interruption service routines from the code. All basic modules are executed in the main loop, providing two functions to the user: user_init() and user_loop(). The dynamixel devices are being migrated to the new communications library. The motion manager is transformed to avoid using interrupt service routines.
-