summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/getsamples.c
AgeCommit message (Collapse)Author
2009-05-08 * digital/io/src:Nicolas Haller
- removed old FSM (gutter and getsamples)
2008-05-03 * digital/io/srcJérémy Dufour
- manage the event where the bot can be blocked (when moving) in the different FSM, by waiting and trying again ; - ensure we update the classifier (with the servos motor) even when the arm move in a state where it should not.
2008-04-30 * digital/io/srcJérémy Dufour
- cleanly remove unhandled bits (thanks to ni) ;
2008-04-28 * digital/io/srcJérémy Dufour
- add protection in get samples against 'stupid' parameter for the bitfield value.
2008-04-20 * digital/io/srcJérémy Dufour
- keep structure removed from r384.
2008-04-20 * digital/io/srcJérémy Dufour
- move private functions directly into source files ; - correct headers.
2008-04-20 * digital/io/srcJérémy Dufour
- use parameters to call the get samples FSM start function rather than a structure.
2008-04-14 * digital/io/srcJérémy Dufour
* build - add dependency of fsm.h for main.c (for bootstrap) ; - ensure it is building for host target. * get samples FSM - remove unneeded fields in the getsamples structures ; - rename it to be more 'private' (to prevent declaring the same one) ; * top FSM - rewrite it ; - still missing some parts to implement. * general - manage color of the bot ; - initialize the switch module in the main_init ; - add position of the gutter.
2008-04-14 * digital/io/srcJérémy Dufour
* asserv - add an goto_angle (not implemented yet). * get sample FSM - the get sample FSM will not call any other FSM (like the move). Instead, it assumes we are already at the right place, we just ensure the angle is correct ; - update the first state in consequences ; - add an angle as parameters (maybe we can remove the X/Y). * general defines - add define to ease the opening of the input hole.
2008-04-14 * digital/io/srcJérémy Dufour
* asserv - improve the API of the arm functions to ease usage ; - add a new function to put the arm to the position to close the input hole. * get sample FSM - keep only the needed and real events ; - correctly names the states ; - improve the function to select where to put the samples ; * general - add headers for some standard configuration defines. * trap - add another entry to the enum to know its length.
2008-04-12Update the fsms.Nélio Laranjeiro
2008-04-11Update the fsms.Nélio Laranjeiro
2008-03-31 * digital/io/src:Nicolas Schodet
- adapted FSM to AVR program.