Skip to content

feat: include loaders for public robot descriptions #234

@julianmueller

Description

@julianmueller

Is your feature request related to a problem?

I just stumbled upon https://github.com/robot-descriptions/robot_descriptions.py which offers a variety of robot_descriptions. Maybe we can incorporate them as somewhat of a plugin? Not to add as a requirement, but as an optional urdf/etc loader, from an "official" curated list.

Describe the solution you'd like

Its basically just a wrapper and parser for the loader from https://github.com/robot-descriptions/robot_descriptions.py

from linkforge.core import example_loader
// this links to `from robot_descriptions.loaders.pinocchio import load_robot_description`

rob1 = examples_loader.load_robot("upkie_description")
// this links to `load_robot_description("upkie_description")`

Describe alternatives you've considered

No response

Additional context

This is of low priority.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions