Skip to content

Statically Sized Parameters #190

Open
@jcarpinelli-bdai

Description

@jcarpinelli-bdai

Is it possible to configure std::array-valued parameters for fixed-size definitions? For example, for Cartesian stiffness gains, I'm currently using...

cartesian_impedance_parameters:
  stiffness: 
    x: {
        type: double,
    }, 
    y: {
        type: double,
    },
    ...

It may be nice to have a single parameter for stiffness gains, but still have stack-allocated values. For example...

cartesian_impedance_parameters:
  stiffness: {
    type: double_array_fixed_06,
  }

Do you agree this feature does not currently exist, but may be a nice feature to have?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions