summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-04-22Update of design documentationPierre Prot
2008-04-22move.fsm : update the fsm, when block on a movement try the opposite Nélio Laranjeiro
one.
2008-04-22move.fsm: add an event to compute the position of the robot and take the Nélio Laranjeiro
decision to go on the left or on the right.
2008-04-22move : Optimized source code (size of source code).Nélio Laranjeiro
2008-04-21 * digital/io/srcJérémy Dufour
- start top FSM does not require the team color anymore (it is managed in the top FSM itself) ; - start top FSM into the main init.
2008-04-21 * digital/io/srcJérémy Dufour
- resetting of asserv parameters is now a separate state in order to get the acknowledge from the asserv board ; - integrate the handle of this event into the main loop.
2008-04-21 * digital/io/srcJérémy Dufour
- move functions definitions of switch module to a source file ; - add a filter when getting the state value of the jack ; - add jack events transmission to the top FSM into the main loop ; - make it build for host implementation.
2008-04-21 * digital/io/srcJérémy Dufour
- add a simple function to set the complete bot position ; - integrate its usage in the top FSM.
2008-04-21move : update the move fsm transitions. (Not optimized in code size).Nélio Laranjeiro
2008-04-21move.fsm : remove condition on the failed transitions.Nélio Laranjeiro
2008-04-21move.fsm : upfate the fsm to have an event by physical captor.Nélio Laranjeiro
2008-04-21 * digital/asserv/src/asserv:Nicolas Schodet
- fixed partial motor control.
2008-04-21 * digital/asserv/src/asserv:Nicolas Schodet
- added find zero auxiliary command.
2008-04-20 * host/inter:Nicolas Schodet
- fixed rotation direction.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- added absolute auxiliary motor position command.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- moved simulation commands and status to 'h' and 'H'.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- fixed missing acknowledgement for aux.
2008-04-20 * digital/io/srcJérémy Dufour
- all setting commands overt TWI of the asserv module must finish with a leading 0 as last parameter.
2008-04-20 * digital/io/srcJérémy Dufour
- add the goto an absolute position and them absolute angle to the asserv module.
2008-04-20 * digital/io/srcJérémy Dufour
- fix commands name over UART to be the same as the ones over TWI ; - add commands for the arm.
2008-04-20 * digital/io/srcJérémy Dufour
- fix parameter for get_samples_start by shifting the angle.
2008-04-20 * digital/io/srcJérémy Dufour
- keep structure removed from r384.
2008-04-20 * digital/dev/bin:Nicolas Schodet
- added usbprog binaries.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- added goto_xya command. - reduced the goto_angle proto parameter size. * digital/io/doc: - added goto_xya command. * digital/asserv/tools: - added goto_xya command.
2008-04-20 * digital/asserv/doc:Nicolas Schodet
- added parameters measure documentation.
2008-04-20 * digital/asserv/tools:Nicolas Schodet
- added real robot parameters.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- added separate setting of position control for theta/alpha. - disable angular position control for go to the dispenser.
2008-04-20 * digital/asserv/src/asserv:Nicolas Schodet
- lowered dead band.
2008-04-20 * digital/io/srcJérémy Dufour
- add the goto an absolute position and goto an absolute angle commands to the asserv module.
2008-04-20 * digital/io/srcJérémy Dufour
- add asserv commands to the UART protocol.
2008-04-20 * digital/io/srcJérémy Dufour
- fix a bug in the communication with the asserv (thanks to ni).
2008-04-20 * digital/io/srcJérémy Dufour
- remove a bug with parameters over rides.
2008-04-20 * digital/io/srcJérémy Dufour
- update test of get samples FSM.
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
- add the 'g' command to start the get samples FSM.
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-20 * digital/io/src/test/testgetsamplesJérémy Dufour
- add necessary build dependencies ; - update the test to be consistent with the new get samples FSM.
2008-04-20 * digital/io/srcJérémy Dufour
- fix order in defines (do the division at the end) ; - fix angle defines.
2008-04-20 * digital/io/srcJérémy Dufour
- add parenthesis around define value.
2008-04-20 * digital/io/srcJérémy Dufour
- servo module now manages 8 servos.
2008-04-18* digital/asserv/tools:Nicolas Schodet
- added speed controlled position offset command.
2008-04-18 * digital/asserv/src/asserv:Nicolas Schodet
- fixed glitch at end of trajectories.
2008-04-18Modified gutter FSM to go to the Wall after putting the robot back to Nélio Laranjeiro
the gutter.
2008-04-18 * digital/io/doc:Nicolas Schodet
- fixed typo.
2008-04-17Replaced the END state and the START state by a single state IDLE.Nélio Laranjeiro
2008-04-17 * digital/asserv/tools:Nicolas Schodet
- added support for new parameters. - added goto and goto_angle support. - added test_goto script.
2008-04-17 * digital/io/doc:Nicolas Schodet
- updated asserv protocol.
2008-04-17* digital/asserv/src/asserv:Nicolas Schodet
- added goto_angle command. - fixed: should always set pos_cons when use_pos is set.
2008-04-17* digital/asserv/src/assserv:Nicolas Schodet
- speed will finish the movement only if the current mode is speed.
2008-04-17 * digital/asserv/src/asserv:Nicolas Schodet
- changed default param to use differential saturation.