
Here are the latest models of SCINI in eDrawings format. You can get a free eDrawings viewer for Mac OS X at . Sorry, at this time there is no viewer for the Unix platform.
- 3D picture file in .easm format (2,130KB)
- eDrawing viewer .exe program for windows (4,431KB) For Mac and more information go to solidworks.com
- .zip file (.exe and .easm) (6,276KB)
Down load the eDrawings viewer (it’s a very handy viewer that displays almost any CAD drawings)
Once you have the viewer open and the SCINI model loaded go to the tools menu and select the Move Components tool. Now you can click and drag components around to get a better view. You can look inside the main bottle in the center of SCINI to see the electronics tray and take the thrusters apart as well.
Another convenient trick is to press the track wheel on your mouse and drag to rotate the drawing, scroll the wheel to zoom. When you’re done making a mess click the house icon in the tool bar to put it all back together.
Have fun! Playing with this viewer is like having a new video game!
All of our internal documentation is available as pdfs or can be browsed as html here. You can download all of the documentation including images, scripts, and text source as a zip file.
We are currently working on a MOOS-based controls and navigation system, which we would like to share when it is more functional and better documented.
Our microcontroller code is targeted for the atmel Mega128 platform mounted on a Chip45 Crumb128 board with in included UART to USB interface chip. This code is loosely under the GPL and is available as a zip file.
For testing purposes we have developed a very simple python script to communicate with the ROV over a serial port. We have posted an early version of this software, not very useful unless you happen to have a compatable ROV, but other developers may find it interesting how simple the program is.
Requirements:-
Python (recent version)
wxPython (recent version)
cgkit (for 3D controller device)
pyserial package
win32api python package
wxGlade (for GUI development, runs without it)
-
No license (still choosing one, assume BSD for now)
Serial port handling is very touchy; need to handle exceptions and disconnections better
Windows-specific, 3dconnexion-specific 3D controller support (need to support other drivers)
-
December 12, 2007 (zip)

