Quote:
Originally Posted by Peter Johnson
Of course! I'd love to build up and include (maybe as a separate download) a library of team-built robot-oriented Python modules. And if anyone has suggestions on any other common/useful modules to include, I'll look at adding them as well (NumPy and SciPy come to mind, for example).
|
If you don't get to it first, I'm going to try to port NumPy and SciPy to the cRIO. I've been using those for prototyping up control loops on my desktop, and they are really nice.
Do sockets work? That would make it easy to add a telnet server to the robot, and allow remote execution of code to aid testing. Also, does print work correctly?
Thanks again for doing this! I'm really excited.