When we were first building some of our robots we had to learn the hard way when we made some programming mistakes. Sending a robotic arm slamming into the desk or watching a biped kick itself to death is never fun. It really helps to have a visualization tool for testing your robot movements on the screen first.
We have created the dream rendering tool. In fact it is so simple to use that just a few lines of code are all you need to get it running. Since all of the robot architecture and data is already stored in the ROM the rendering tool has everything it needs to render your robot in real time right there on your form.
This visualization tool makes it easier to study how your robot will move and behave before operations as well as during them. In fact, this tool can be used as a stand alone for simulations. No actual robot needed!
Features Include:
- just a few lines of code to implement
- Limitless ability for rendering robots of any type or design
- Full camera angle rotation on all 3 axis
- Full zooming in and out
- Full color control at any level (Good for highlighting)
- Can be used as a stand alone component
- wireframe views possible
- socket & pin connections views possible
- control camera angle from code or mouse
- also renders sensors such as IR, web cam, and FSR