Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.5 KB

README.md

File metadata and controls

53 lines (36 loc) · 2.5 KB

Upkie wheeled biped description

Packaging Documentation Conda version PyPI version

URDF descriptions for Upkie wheeled bipeds.

The Upkie documentation also details properties of this model and how it was constructed:

Python module

The description can be loaded directly in various Python robotics frameworks, for instance:

import upkie_description

robot = upkie_description.load_in_pinocchio()

Check out the Python readme for more details.

Citation

If you use this description in your works, please cite the Upkie project and its contributors:

@software{upkie,
  title = {{Upkie open source wheeled biped robot}},
  author = {Caron, St\'{e}phane and Perrin-Gilbert, Nicolas and Ledoux, Viviane and G\"{o}kbakan, \"{Umit} Bora and Raverdy, Pierre-Guillaume and Raffin, Antonin and Tordjman--Levavasseur, Valentin},
  url = {https://github.com/upkie/upkie},
  license = {Apache-2.0},
  version = {6.0.0},
  year = {2024}
}

License

The Apache 2.0 license applies to all files in this repository, to the exception of the wheel_tire mesh which is under the CC BY 4.0 license. Meshes from mjbots, as well as the torso meshes derived from the mjbots quad, are also Apache 2.0.

See also

  • Upkie: main repository for the robot's hardware and software
  • 3D printed parts: CAD files and add-ons for the robot
  • xacrodoc: compile xacro files without ROS, helped this project a lot!