Hi,
Yes, there are 3 approaches to programming Oculus yourself:
2. Interact with Oculus-Java thru 'command manager' socket connection interface, send text commands and receive responses, from almost any programming language (this is a quicker approach to getting started programming Oculus, compared to wrapping your brain around Oculus-Java right away). A list of text commands is here:
http://www.xaxxon.com/docs/view?f=oculus_text_commandsOfficial documentation on this interface is still in the works, but some info is
here and
here
3. Run
RoboRealm on the robot,
instead of Oculus-Java, using the
Oculus Module included with purchase of RoboRealm. A free trial download is available, and Xaxxon offers a discount on RoboRealm if purchased with an Oculus kit. RR is an excellent computer vision toolkit, with a powerful scripting language, allowing more autonomous functions for Oculus than Xaxxon's Oculus-Java software.