![]() |
AUBO SDK
0.26.0
|
#include <type_def.h>

Public Attributes | |
| bool | remote_tool { false } |
| Whether it is an external tool. | |
| std::string | attach_frame { "" } |
| Coupled with the workpiece coordinate system. | |
| std::vector< double > | user_coord { std::vector<double>(6, 0) } |
| User coordinate system. | |
| std::vector< double > | obj_coord { std::vector<double>(6, 0) } |
| tool coordinate system, based on uframe | |
Definition at line 187 of file type_def.h.
| std::string arcs::common_interface::WObjectData::attach_frame { "" } |
Coupled with the workpiece coordinate system.
Definition at line 194 of file type_def.h.
| std::vector<double> arcs::common_interface::WObjectData::obj_coord { std::vector<double>(6, 0) } |
tool coordinate system, based on uframe
Definition at line 205 of file type_def.h.
| bool arcs::common_interface::WObjectData::remote_tool { false } |
Whether it is an external tool.
Definition at line 190 of file type_def.h.
| std::vector<double> arcs::common_interface::WObjectData::user_coord { std::vector<double>(6, 0) } |
User coordinate system.
If robhold is false, the values of uframe are based on world. Otherwise, the values of uframe are based on flange.
Definition at line 201 of file type_def.h.