Skip to content

AIWintermuteAI/Bittle_URDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bittle_URDF

Screenshot from 2021-03-08 00-32-16

Repository for storing URDF (Universal Robot Description Format) file and meshes in .obj format for Petoi Bittle.

Meshes are downloaded from https://grabcad.com/library/petoi-bittle-evo-quadruped-robot-rev-engineering-1

The meshes are created by third-party designer, who reverse-engeneered the orginal design by Prof. Li Rongzhong. Consider supporting Prof. Li Rongzhong by buying the original Bittle at

https://www.seeedstudio.com/CH-Bittle-p-4833.html (fully assembled version)

or

https://www.petoi.com/collections/robots (kit for DIY assembly)

TO-DO:

  • Working URDF
  • Proper masses for every link, measurements taken by weighing each part with electronic scale
  • Example for running in Nvidia Isaac Gym
  • Add prismatic joints to emulate the springs in Bittle legs
  • Measure and tweak joint limits
  • Add IMU link and joint
  • Change collision objects from primitives to low-poly meshes
  • Upload two separate versions: one for BiBoard and one for NyBoard - no need for now, IMU is located at the same position
  • Add material descriptions

How to run, what to do?

I mainly created this to use for training RL algorithms in Isaac Gym - I have already tested it and the URDF file imports and can be used for training normally, although some tweaking of weights and adding prismatic joints for springs will be necessary for proper simulation. At some point I also want to add configration for importing it to Gazebo. Currently you can try Bittle in Isaac Gym by first downloading and installing it from here https://developer.nvidia.com/isaac-gym and then

  1. placing bittle.urdf to assets/urdf/
  2. placing obj folder with meshes to assets/meshes
  3. replacing joint_monkey.py in python/examples with joint_monkey.py from this repository and running
  4. python joint_monkey.py --asset_id 7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages