Robotic Wish List
Some things I’d like the simulator to have include
- The slider to control the speed or granularity of the simulation
is a quick and dirty way to accomodate systems of varying
speeds. Having the system look at the actual clock and have soft
real-time performance would be better.
- The ICRobots would be better if we had IC-style threads. These
are a bit annoying to try to wrap inside java threads, however.
- I’d like the user to be able to write an Interactive C program in
a text window, and then instantiate a robot whose
main()
method was that bit of code. This would be a bit of work, but if
someday I feel like writing an IC interpreter, I may take it on.
Back to Robot Simulation page.
Back to school.