Skip to content

Reduce the number of URDF/SDF variants #108

Description

@SeanCurtis-TRI

Description

We have a number of files that specify the same robot, but they vary in how the robot's collision geometry is configured. (e.g., iiwa14_no_collision.urdf, iiwa_polytope_collision.urdf, iiwa_primitive_collision.urdf). Creating these variants increases synchronization challenges; they share the same dynamics properties but differ in collision representation. If dynamics need to be tweaked, they must be tweaked in all files.

We want a mechanism that will eliminate the copypasta but still allow runtime selection of an appropriate collision representation on a task-by-task basis.

See proposals in the discussion below.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions