summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2009-05-22 * digital/io/src:Nicolas Haller
- tweak timeout values on filterbridge
2009-05-22 * digital/io/src:Jérémy Dufour
- fix angle for clean distributor position, - when we do not need to stop move FSM to go somewhere else, do not stop it.
2009-05-22 * digital/io/src:Jérémy Dufour
- add a timeout when trying to get puck from the distributor, - reduce temporisation to unload pucks (wrong value).
2009-05-22 * digital/io/src:Jérémy Dufour
- do not allow to restart to go to a puck on the ground position when we have already go to the last one.
2009-05-22 * digital/io/src:Jérémy Dufour
- fix trace for position, - add computed obstacle position.
2009-05-22 * digital/io/src, digital/avr/modules/trace:Jérémy Dufour
- add trace for the position of the bot, - remove path update trace, - add support for trace with 7 parameters.
2009-05-22 * digital/io/src:Nicolas Haller
- fix cylinder status (set cylinder_distrib_fucked to 0 and stop cylinder fan mode...) - fix on top FSM
2009-05-22 * digital/io/src:Nicolas Haller
- fix of_probe on distributor mode (cylinder fsm) - improve pucks detection between fb and elevator
2009-05-22 * digital/src/io:Nicolas Haller
- fix on cylinder_cb.c - protection against *_nb_puck < 0
2009-05-21 * digital/io/src:Nicolas Haller
- fix of distributor add-on
2009-05-21 * digital/io/src:Nicolas Haller
- first version of distributor add-on fsm
2009-05-22 * digital/io/src:Jérémy Dufour
- always unload pucks before going to the distributor.
2009-05-22 * digital/io/src:Jérémy Dufour
- only one vote required for the sharp.
2009-05-22 * digital/io/src:Jérémy Dufour
- when we have finished with the puck from the ground and we go to the distributor, we unload if there is something to unload.
2009-05-21 * digital/io/src:Jérémy Dufour
- top FSM now try to get pucks from the ground even if something bad happen. This will prevent too much usage of distributor.
2009-05-21 * digital/io/src:Jérémy Dufour
- increase margin time before the end of match to force unloading of pucks.
2009-05-21 * digital/io/src:Jérémy Dufour
- add a second position to unload pucks on the main circle.
2009-05-21 * digital/io/src:Jérémy Dufour
- support going to the last used position when asking for the next position to get pucks from the ground.
2009-05-21 * digital/io/src:Jérémy Dufour
- we need to see an obstacle from at least two sharps before considering there is something in "front" of us.
2009-05-21 * digital/io/src:Jérémy Dufour
- use the last moving direction rather than the current one (this will not bug anymore when we are not moving).
2009-05-21 * digital/avr/modules/trace:Jérémy Dufour
- correctly handle the function to get the new trace value identifier.
2009-05-21 * digital/io/src:Jérémy Dufour
- remove the unsable zone from the playground.
2009-05-21 * digital/io/src:Jérémy Dufour
- post an event when the move FSM failed on a specific transition.
2009-05-21 * digital/io/src:Jérémy Dufour
- correct the problem to FTW on the bottom (wrong computed goto position).
2009-05-21 * digital/io/src:Jérémy Dufour
- open cylinder for distributor.
2009-05-21 * digital/io/src:Nicolas Haller
- fix the order bypass on elevator
2009-05-21 * digital/io/src:Jérémy Dufour
- increase filter count for sharp interpreted values.
2009-05-21 * digital/io/src:Jérémy Dufour
- add trace for path computing.
2009-05-21 * digital/io/src:Jérémy Dufour
- called cylinder for flush, - close the elevator after unload.
2009-05-21 * digital/io/src:Jérémy Dufour
- fix angle value for distributor and unload area.
2009-05-21 * digital/io/src:Jérémy Dufour
- correctly compute mirror angle.
2009-05-21 * host/simu/robots/aquajim:Nicolas Schodet
- added elevator puck slots. - added lost puck display.
2009-05-21 * host/simu/robots/aquajim:Nicolas Schodet
- fixed puck not removed from table.
2009-05-21 * digital/asserv:Nicolas Schodet
- better blocking detection for auxiliaries.
2009-05-21 * digital/io/src:Nicolas Haller
- change fb_idle to fb_empty
2009-05-21 * digital/io/src:Jérémy Dufour
- flush cylinder before unload.
2009-05-21 * digital/io/src:Nicolas Haller
- add dropping pucks command before we have 4 pucks in elevator - fix top_puck_inside_bot assignation on elevator fsm
2009-05-21 * digital/io/src:Jérémy Dufour
- fake optical fence.
2009-05-21 * digital/io/src:Jérémy Dufour
- add support for going away from the distributor before going somewhere else, - add support to prepapre the elevator.
2009-05-21 * digital/io/src:Jérémy Dufour
- add some missing comunication between top and other FSM, - make the top FSM give some order to other FSM, - add some timeout for states in top (and update timeout value), - update some comments in top.
2009-05-21 * digital/io/src:Jérémy Dufour
- start at the correct index of the distributor list.
2009-05-21 * digitial/io/src:Jérémy Dufour
- fix macro with a do {} while (0).
2009-05-21 * digital/io/src:Jérémy Dufour
- rewrite move FSM.
2009-05-21 * digital/io/src:Jérémy Dufour
- memorize the last moving direction.
2009-05-21 * digital/io/src:Nicolas Schodet
- print on stderr.
2009-05-20 * digital/asserv/src/asserv:Nicolas Schodet
- better arm zero position.
2009-05-21 * digital/io/src:Nicolas Haller
- fix elevator fsm: using timeout to control doors - add forgotten event handler for cylinder (no_close_order) - fix elevator fsm again: elevator positions
2009-05-21 * digital/io/src:Nicolas Haller
- add uart commands to give some orders to cylinder and elevator FSM - elevator fix (elvt_order) - cylinder fix (cylinder_flush_order)
2009-05-20 * digital/io/src:Nicolas Haller
- new cylinder FSM again again - setting top_puck_inside_bot on elevator FSM
2009-05-20 * digital/asserv/src/asserv:Nicolas Schodet
- moved arm zero.