├── LICENSE ├── README.md ├── _images ├── a1_turtle_shell_real_closeup.JPG ├── a1_turtle_shell_render_full.JPG ├── go1_turtle_shell_real_closeup.jpg └── go1_turtle_shell_render_full.png ├── a1_turtle_shell ├── a1_turtle_shell_v0.STEP ├── a1_turtle_shell_v0.STL └── a1_turtle_shell_v0.X_T └── go1_turtle_shell ├── go1_done_turtle_v0.X_T ├── go1_turtle_shell_v0.STEP └── go1_turtle_shell_v0.STL /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/README.md -------------------------------------------------------------------------------- /_images/a1_turtle_shell_real_closeup.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/_images/a1_turtle_shell_real_closeup.JPG -------------------------------------------------------------------------------- /_images/a1_turtle_shell_render_full.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/_images/a1_turtle_shell_render_full.JPG -------------------------------------------------------------------------------- /_images/go1_turtle_shell_real_closeup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/_images/go1_turtle_shell_real_closeup.jpg -------------------------------------------------------------------------------- /_images/go1_turtle_shell_render_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/_images/go1_turtle_shell_render_full.png -------------------------------------------------------------------------------- /a1_turtle_shell/a1_turtle_shell_v0.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/a1_turtle_shell/a1_turtle_shell_v0.STEP -------------------------------------------------------------------------------- /a1_turtle_shell/a1_turtle_shell_v0.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/a1_turtle_shell/a1_turtle_shell_v0.STL -------------------------------------------------------------------------------- /a1_turtle_shell/a1_turtle_shell_v0.X_T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/a1_turtle_shell/a1_turtle_shell_v0.X_T -------------------------------------------------------------------------------- /go1_turtle_shell/go1_done_turtle_v0.X_T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/go1_turtle_shell/go1_done_turtle_v0.X_T -------------------------------------------------------------------------------- /go1_turtle_shell/go1_turtle_shell_v0.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/go1_turtle_shell/go1_turtle_shell_v0.STEP -------------------------------------------------------------------------------- /go1_turtle_shell/go1_turtle_shell_v0.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuphilipp/robot_parts/HEAD/go1_turtle_shell/go1_turtle_shell_v0.STL --------------------------------------------------------------------------------