need help in building a robot simulator
i'm new to robotics but have some experience in programming. i have to build a basic robot simulator as a project. i would appreciate any helpful directions towards building a simulator from scratch. need to simulate robot motion(2 wheels) and sensor input.
Comments
There is an interactive development environment for the prop called propforth http://code.google.com/p/propforth/.
One can assign one cog as an application to control a device (motor, sensor) and another cog to simulate a device (one cog for motor, one cog for sensor).
Being interactive, the development cycle iterations can be very fast. (Design, code, test, experiment, repeat)
There is an initial learning curve for forth, it passes parameters directly on the stack, very simple and fast, but weird at first if you think in basic or C. After that its all cake.
Cheers!
http://rossum.sourceforge.net/sim.html
http://ltu164.ltu.edu/~tburke/3DLRS.htm
http://home.gna.org/enki/
and soda constructor is a favorite toy...http://sodaplay.com/creators/soda/items/constructor
http://forums.parallax.com/showthread.php?130199-Hints-About-My-New-Project-(Video)&p=992876#post992876