Skip to content
New issue

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

Allow subtask to have different node definitions between them #16

Open
AndrePatri opened this issue Jul 29, 2024 · 0 comments
Open

Allow subtask to have different node definitions between them #16

AndrePatri opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AndrePatri
Copy link

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]```
@AndrePatri AndrePatri added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant