Skip to content

Replace ModelBuilder.add_articulation() with begin_articulation() and end_articulation() #702

@nvlukasz

Description

@nvlukasz

Currently we assume that articulation size is articulation_start[i + 1] - articulation_start[i], but that's not true if there are other joints in the scene (such as free joints added for rigid bodies).

With begin_articulation() and end_articulation(), we could precisely mark the range of joints belonging to an articulation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Task.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions