I used Google Protobufs to define my robot and environment models, which can be used to express rigid-body link hierarchy coupled together by flexible muscles.
Thanks to Protobufs, I can define the robot models in Python and quickly export them to C++.
Here are a couple robots I made:
octopus arm with a fixed base:
Worm:
These two models are actuated via a pair of dorsal and ventral muscles between adjacent segments.
No comments:
Post a Comment