Waypoint This interface composes parameters that define a position of the robot.
More...
#include <waypoint.h>
Waypoint This interface composes parameters that define a position of the robot.
Definition at line 23 of file waypoint.h.
◆ Waypoint() [1/3]
| arcs::aubo_scope::Waypoint::Waypoint |
( |
Waypoint & | f | ) |
|
◆ Waypoint() [2/3]
| arcs::aubo_scope::Waypoint::Waypoint |
( |
Waypoint && | f | ) |
|
◆ ~Waypoint()
| arcs::aubo_scope::Waypoint::~Waypoint |
( |
| ) |
|
◆ Waypoint() [3/3]
| arcs::aubo_scope::Waypoint::Waypoint |
( |
| ) |
|
|
private |
◆ getDisplayName()
| std::string arcs::aubo_scope::Waypoint::getDisplayName |
( |
| ) |
|
Returns the display name of the Waypoint.
- Returns
- Display name.
◆ getJointPositions()
| std::vector< double > arcs::aubo_scope::Waypoint::getJointPositions |
( |
| ) |
|
Returns the joint positions corresponding to the pose of the robot (when taking the TCP offset into account).
- Returns
- the joint positions.
◆ getPose()
| std::vector< double > arcs::aubo_scope::Waypoint::getPose |
( |
| ) |
|
Returns the pose for the position of the robot (including the TCP offset).
- Returns
- the pose for the position of the robot.
◆ getTcpOffset()
| std::vector< double > arcs::aubo_scope::Waypoint::getTcpOffset |
( |
| ) |
|
Returns the pose for the TCP offset (used when defining the robot position).
- Returns
- the TCP offset.
◆ hashCode()
| size_t arcs::aubo_scope::Waypoint::hashCode |
( |
| ) |
|
Returns the hash code of the Waypoint.
- Returns
- the hash code.
◆ isDefined()
| bool arcs::aubo_scope::Waypoint::isDefined |
( |
| ) |
|
Returns whether the Waypoint is defined.
- Returns
true if defined.
◆ DataSwitch
◆ d_
| void* arcs::aubo_scope::Waypoint::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: