| Viam C++ SDK current
    | 
Describes a motion plan. More...
#include <motion.hpp>
| Public Attributes | |
| std::string | id | 
| The plan's unique ID. | |
| std::string | 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. | |
| std::vector< step > | steps | 
| An ordered list of plan steps. | |
| Friends | |
| bool | operator== (const plan &lhs, const plan &rhs) | 
Describes a motion plan.