We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per title. For example this should be possible:
zero_velocity_contact_1: type: Cartesian distal_link: contact_1 indices: [0, 1, 2] cartesian_type: velocity nodes: ${range(1, N)} interaction_contact_1: type: VertexForce frame: contact_1 fn_min: 5.0 enable_fc: false friction_coeff: 1.0 vertex_frames: - contact_1 - contact_1: type: Contact subtask: [interaction_contact_1, zero_velocity_contact_1]```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per title.
For example this should be possible:
The text was updated successfully, but these errors were encountered: