Skip to content

add conveniences #23

@airballking

Description

@airballking

This is a long-overdue convenience function:

giskard_core::QPController generate_controller(const std::string& yaml_string)
{
  YAML::Node node = YAML::Load(yaml_string_);
  giskard_core::QPControllerSpec spec = node.as<giskard_core::QPControllerSpec>();
  giskard_core::QPController controller = giskard_core::generate(spec);

  return controller;
}

Please, add it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions