SpiderBot (Hexapod) OpenSCAD Model
25
Likes
913
Downloads
1665
Views
Published on January 17, 2010
Derived from
SpiderBot (Hexapod)
by mind
Description
This is an OpenSCAD Model of minds SpiderBot. The servo positions are design parameters. So you can change them and watch the SpiderBot moving. There is also some infrastructure to animate the spiderbot using OpenSCADs animate view mode.
The most recent version of this model can be checked out from the svn repository:
svn.clifford.at/handicraft/2010/spiderbot/
The most recent version of this model can be checked out from the svn repository:
svn.clifford.at/handicraft/2010/spiderbot/
Instructions
Extract spiderbot.zip file file and open "main.scad" in OpenSCAD. You need a recent development snapshot because this design uses the mirror() statement and the lookup() function that are new since the last release.
License
SpiderBot (Hexapod) OpenSCAD Model by clifford is licensed under the Attribution - Non-Commercial - Creative Commons license.

When I try to render using F6 (Design-
&
gt;Compile and Render(CGAL)), I have this error message:
lxx@lxxx:~/Desktop/down/openscad-2010.01.linux-x86/bin$ ./openscad
CGAL::Polyhedron_incremental_builder_3
&
lt;hds
&
gt;::
lookup_halfedge(): input error: facet 82 shares a halfedge from vertex 18 to vertex 17 with facet 30.
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: check_protocoll == 0
File: /usr/local/include/CGAL/Polyhedron_incremental_builder_3.h
Line: 198
Terminated
lxx@lxxx:~/Desktop/down/openscad-2010.01.linux-x86/bin$
I also tried out with the last svn (r361, 2010-01-28 20:41:46 ).
The result is the same.
I use ubuntu 9.10, with an nvidia 96.43 driver, so no opengl 2.0 support (this is the latest driver what my notebooks video card support(nvidia geforce4 420Go (NV17)).
I have an another laptop with intel 4500MHD video card, but it is really buggy (half of my screen contains garbage)
I dont think it is related to this bug however.