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

Describes a motion plan. More...

#include <motion.hpp>

Public Member Functions

service::motion::v1::Plan to_proto () const
 

Static Public Member Functions

static plan from_proto (const service::motion::v1::Plan &proto)
 

Public Attributes

std::string id
 The plan's unique ID.
 
Name component_name
 The component requested to be moved. Used for tracking and stopping.
 
std::string execution_id
 The unique ID which identifies the execution. Multiple plans can share the same execution_id if they were generated due to replanning.
 
struct steps steps
 An ordered list of plan steps.
 

Friends

bool operator== (const plan &lhs, const plan &rhs)
 

Detailed Description

Describes a motion plan.


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