Viam C++ SDK current
|
The motion plan status, plus plan ID, component name, and execution ID. More...
#include <motion.hpp>
Public Attributes | |
std::string | plan_id |
The unique ID of the plan. | |
Name | component_name |
The component to be moved. Used for tracking and stopping. | |
std::string | execution_id |
The unique ID which identifies the plan execution. | |
plan_status | status |
The plan status. | |
Friends | |
bool | operator== (const plan_status_with_id &lhs, const plan_status_with_id &rhs) |
The motion plan status, plus plan ID, component name, and execution ID.