Viam C++ SDK current
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | 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.
 

Static Public Member Functions

static struct steps from_proto (const google::protobuf::RepeatedPtrField< service::motion::v1::PlanStep > &proto)
 
static service::motion::v1::PlanStep to_proto (const step &step)
 

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: