Skip to content

Cylinders in URDF are parsed as Capsule #423

Description

@jmirabel

When encountering tag cylinder in URDF, pinocchio parser builds a fcl::Capsule. The reason for this is that URDF does not support capsules (and it does not seem it will: ros/urdfdom_headers#24).

I see several way to handle this:

  1. use a negative radius and or length to specify that a cylinder should be a capsule,
  2. add an attribute or a tag below tag cylinder in the URDF and parse it with pinocchio,
  3. use the tag collision_checking mentioned at the bottom of this page,
  4. do not support capsule.

I can work on this. Any preference on the method ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions