summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-04-06 * digital/asserv:Nicolas Schodet
- divided input counter value by two.
2008-04-06 * digital/asserv/src/hdlcounter:Nicolas Schodet
- set output slew-rate. - set low power mode.
2008-04-05Added and test the move fsm. Only the machine sequence is tested.Nélio Laranjeiro
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- added missing state.c in r305.
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- Gerard is now Giboulée.
2008-04-05 * digital/io/doc:Nicolas Schodet
- fixed 'p' command.
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- angle offset clean up. - added angle offset proto command.
2008-04-05 * host/inter:Nicolas Schodet
- fixed timing problems.
2008-04-05 * digital/avr/modules/math:Nicolas Schodet
- added math.h.
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- implemented TWI proto commands and report. - refuse command if using the same sequence number.
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- fixed no variable definition in header.
2008-04-05 * digital/avr/modules/twi/test:Nicolas Schodet
- fixed no ack to !s command.
2008-04-05 * digital/asserv/src/asserv:Nicolas Schodet
- there is no two factor.
2008-04-05 * digital/asserv/src:Nicolas Schodet
- added footing to default parameters.
2008-04-04Added the move fsm file and update the Makefile.Nélio Laranjeiro
2008-04-04Update the fsm for the movement.Nélio Laranjeiro
2008-04-04 * digital/io/src, host/inter:Nicolas Schodet
- added host support to io.
2008-04-04 * host/inter:Nicolas Schodet
- added buttons for jack and color selection.
2008-04-04 * digital/avr/modules/adc:Nicolas Schodet
- added host support.
2008-04-04 * analog/motor-power-avr/src:Nicolas Schodet
- fixed Makefile.
2008-04-04 * digital/avr/common:Nicolas Schodet
- added bit_is_set and bit_is_clear.
2008-04-04 * digital/asserv/src/asserv, host/inter:Nicolas Schodet
- added asserv simu messages.
2008-04-04 * host/inter:Nicolas Schodet
- fixed cosmetic.
2008-04-04 * digital/asserv/src/asserv:Nicolas Schodet
- added non tuned default parameters.
2008-04-04 * digital/avr/modules/host, host/mex:Nicolas Schodet
- added TCP_NODELAY option.
2008-04-04 * host/inter:Nicolas Schodet
- added InterNode, with no communications for the moment.
2008-04-04 * host/inter:Nicolas Schodet
- changed inter to a module.
2008-04-04 * host/inter:Nicolas Schodet
- shortened servo arms.
2008-04-04 * host/inter:Nicolas Schodet
- added copyright info.
2008-04-04 * host/mex:Nicolas Schodet
- added support for asynchronous operations.
2008-04-04 * host/inter:Nicolas Schodet
- added robot arm and rear servos.
2008-04-04 * host/inter:Nicolas Schodet
- added axes.
2008-04-04 * host/inter:Nicolas Schodet
- added robot.
2008-04-04 * host/inter:Nicolas Schodet
- use the new Drawable.
2008-04-04 * host/inter:Nicolas Schodet
- added virtual coordinates to DrawableCanvas.
2008-04-04 * host/inter:Nicolas Schodet
- added Drawable class.
2008-04-04 * host/inter:Nicolas Schodet
- added transformation matrix.
2008-04-04 * host/inter:Nicolas Schodet
- first interface draft.
2008-04-03Renamed the makefile to Makefile.Nélio Laranjeiro
2008-04-03Added a first shoot of the move state machine.Nélio Laranjeiro
2008-04-02fixed doc comment (see r273 and r274)Nélio Laranjeiro
2008-04-02Update the doc to be conform with the source code (see r273).Nélio Laranjeiro
2008-04-02Modified the asserv_go_to_gutter function name to Nélio Laranjeiro
asserv_go_to_distributor.
2008-04-02 * host/proto:Nicolas Schodet
- added proto interface.
2008-04-01 * digital/io/srcJérémy Dufour
- add support for the rear trap (to eject the balls); - update eeprom key as required.
2008-04-01 * digital/io/srcJérémy Dufour
- add configuration settings of sharp module data to the eeprom module.
2008-03-31Tested the gutter fsm and add the stubs to the functions in the Nélio Laranjeiro
getsamples and gutter's fsm test.
2008-03-31 * digital/avr/modules/twi:Nicolas Schodet
- added host support.
2008-03-31 * digital/avr/modules/host:Nicolas Schodet
- added mex implementation.
2008-03-31 * host/mex:Nicolas Schodet
- added DATE request. - start node only when date has been received.