summaryrefslogtreecommitdiff
path: root/host
AgeCommit message (Collapse)Author
2008-06-09 * host/proto:Nicolas Schodet
- fixed popen_io buffering. If there is buffering, data is read and placed in the file buffer, but the select call does not see it.
2008-06-03 * host, digital/asserv/tools, digital/avr/modules:Nicolas Schodet
- cleaned up python scripts hierarchy.
2008-04-30 * host/interNicolas Schodet
- fix python syntax bug.
2008-04-30 * host/inter/Nicolas Schodet
- fixed missing last point.
2008-04-30 * host/inter, digital/io/src:Nicolas Schodet
- added computed path drawing.
2008-04-30 * host/inter:Nicolas Schodet
- added center sharp.
2008-04-29 * host/inter:Nicolas Schodet
- added distance sensors simmulation support.
2008-04-29 * host/inter:Nicolas Schodet
- added obstacle and distance sensor.
2008-04-26 * host/inter:Nicolas Schodet
- added function to compute position from mouse click.
2008-04-25 * host/inter:Nicolas Schodet
- fixed distributors position.
2008-04-24 * host/inter:Nicolas Schodet
- fixed bug when a message is received before first wait_async.
2008-04-20 * host/inter:Nicolas Schodet
- fixed rotation direction.
2008-04-10 * host/proto:Nicolas Schodet
- added program io utility. - added Proto.wait.
2008-04-05 * host/inter:Nicolas Schodet
- fixed timing problems.
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/asserv/src/asserv, host/inter:Nicolas Schodet
- added asserv simu messages.
2008-04-04 * host/inter:Nicolas Schodet
- fixed cosmetic.
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-02 * host/proto:Nicolas Schodet
- added proto interface.
2008-03-31 * host/mex:Nicolas Schodet
- added DATE request. - start node only when date has been received.
2008-03-29 * host/mex:Nicolas Schodet
- first mex version.