summaryrefslogtreecommitdiff
path: root/host/inter
AgeCommit message (Collapse)Author
2010-04-01digital/asserv, host/inter: update old simulator after changes in ObserverNicolas Schodet
The new Observer directly calls notify on register.
2009-10-11host, digital/io/tools, digital/asserv/tools: notify observers on registerNicolas Schodet
2009-04-03 * host/proto, host/inter, digital/asserv, digital/io:Nicolas Schodet
- reverted r693. - no longer count on implicit float to interger conversion.
2009-03-14 * host/inter, host/simu:Nicolas Schodet
- moved drawable and trans_matrix to the new directory structure. - new drawable behaviour.
2009-03-14 * host/inter:Nicolas Schodet
- fixed bad unit for servo.
2009-03-03 * host/inter:Nicolas Schodet
- use io mex interface.
2009-03-03 * host/inter:Nicolas Schodet
- use asserv mex interface.
2009-03-03 * all python:Nicolas Schodet
- fixed missing file headers.
2009-03-03 * all python:Nicolas Schodet
- no longer use sys.path, user should set PYTHONPATH.
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
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-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 * 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/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.