Viam C++ SDK current
Loading...
Searching...
No Matches
Public Types | Public Attributes | Friends | List of all members
viam::sdk::Motion::steps Struct Reference

An ordered list of plan steps. More...

#include <motion.hpp>

Public Types

typedef std::unordered_map< std::string, posestep
 An individual "step", representing the state each component (keyed as a fully qualified component name) should reach while executing that step of the plan.
 

Public Attributes

std::vector< stepsteps
 The ordered list of steps.
 

Friends

bool operator== (const struct steps &lhs, const struct steps &rhs)
 

Detailed Description

An ordered list of plan steps.


The documentation for this struct was generated from the following file: