hexapod | Golang program for my junky hexapod
kandi X-RAY | hexapod Summary
kandi X-RAY | hexapod Summary
This is the Go program which powers my hexapod. It runs on a Raspberry Pi B+, and is controlled by a Sony Sixaxis (PS3) controller. The hexapod itself is 50cm in diameter, and about 2kg. The chassis was 3d-printed with a Printrbot Simple Metal, and bolted to 24 Dynamixel AX-12A servos. Each leg has 4DOF, which makes the gait quite flexible.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Open the serial .
- curveCenters returns the curve centered on the given groupSize .
- singleLegGait takes a tickCycle and a series of ticks
- New creates a servo .
- NewHexapod creates a new Hexapod
- Shutdown shuts down all servos
- MultiplyMatrices multiplies two matrix .
- Inverse returns the inverse of the matrix .
- MakeSingularEulerAngle returns a new EulerAngle object .
- NewLeg returns a new leg .
hexapod Key Features
hexapod Examples and Code Snippets
Community Discussions
Trending Discussions on hexapod
QUESTION
I make my robot using cyberbotics webots. I can’t figure out how to make a beautiful 3D model. At least at the mantis hexapod level. I understand that you can import ready-made fraud only in vrml97 format, but it is not supported by fusion 360 and other programs. But in webots itself, I did not find a way to build a model more complicated than using cubes, pyramids, and other simple objects. There was also an idea to assemble a model from a large number of rectangles using grouping, but it seems to me that such a model will greatly slow down. Is it possible to see how the finished robots are made, and make changes to them?
...ANSWER
Answered 2020-Feb-20 at 07:20The node you are looking for is the IndexedFaceSet https://www.cyberbotics.com/doc/reference/indexedfaceset, it allows you to efficiently model a shape using a set of triangle faces, you will find an example of this in this simulation world: https://cyberbotics.com/doc/guide/samples-geometries#high_resolution_indexedfaceset-wbt
One possible workflow to do this is to use Blender to create your mesh and then use the Webots exporter to export it to Webots: https://github.com/cyberbotics/blender-webots-exporter
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install hexapod
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page