Skip to content

Allow subtask to have different node definitions between them #16

@AndrePatri

Description

@AndrePatri

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]```

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions