[Proposal] Extend ContactSensorData
by force_matrix_w_history
attribute
#1720
Labels
enhancement
New feature or request
Proposal
Similar to the
net_forces_w_history
attribute that keeps a history ofnet_forces_w
, I propose to add aforce_matrix_w_history
attribute storing the history offorce_matrix_w
when using theContactSensor
with filtered bodies.Motivation
Depending on the decimation factor, we noticed that it is critical to consider the full history of the contact sensor. This is in accordance with how the
illegal_contact
termination is computed for the unfiltered contact forces here. When filtering the collision bodies, this functionality does not exist currently. I'm happy to open a PR for this feature. We have been using this internally already.Alternatives
I don't see any alternatives to this.
Additional context
None
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
The text was updated successfully, but these errors were encountered: