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

Public Attributes | |
| std::vector< double > | frame |
| Reference point, the center point of the spiral and the reference coordinate system. | |
| int | plane |
| Reference plane selection 0-XY 1-YZ 2-ZX. | |
| double | angle |
| The angle of rotation, if positive, the robot rotates counterclockwise. | |
| double | spiral |
| Positive outward. | |
| double | helix |
| Positive upward. | |
Definition at line 716 of file type_def.h.
| double arcs::common_interface::SpiralParameters::angle |
The angle of rotation, if positive, the robot rotates counterclockwise.
Definition at line 720 of file type_def.h.
| std::vector<double> arcs::common_interface::SpiralParameters::frame |
Reference point, the center point of the spiral and the reference coordinate system.
Definition at line 718 of file type_def.h.
| double arcs::common_interface::SpiralParameters::helix |
Positive upward.
Definition at line 722 of file type_def.h.
| int arcs::common_interface::SpiralParameters::plane |
Reference plane selection 0-XY 1-YZ 2-ZX.
Definition at line 719 of file type_def.h.
| double arcs::common_interface::SpiralParameters::spiral |
Positive outward.
Definition at line 721 of file type_def.h.