#include <set_payload_node.h>
Definition at line 11 of file set_payload_node.h.
arcs::aubo_scope::SetPayloadNode::SetPayloadNode |
( |
SetPayloadNode & |
f | ) |
|
arcs::aubo_scope::SetPayloadNode::SetPayloadNode |
( |
SetPayloadNode && |
f | ) |
|
virtual arcs::aubo_scope::SetPayloadNode::~SetPayloadNode |
( |
| ) |
|
|
virtual |
arcs::aubo_scope::SetPayloadNode::SetPayloadNode |
( |
| ) |
|
|
private |
std::vector<double> arcs::aubo_scope::SetPayloadNode::getCenterOfGravity |
( |
| ) |
|
Gets the payload's center of gravity (CoG), also referred to as center of mass.
It is defined as the offset between the center of the tool output flange and the center of gravity of the attached payload.
- Returns
- The center of gravity (CoG) of the payload relative to the center of the tool output flange
ConfigType arcs::aubo_scope::SetPayloadNode::getConfigType |
( |
| ) |
|
This method returns the type of configuration.
Cast this instance appropriately to have access to specific getters.
- Returns
- The type of this config.
double arcs::aubo_scope::SetPayloadNode::getMass |
( |
| ) |
|
- Returns
- The total mass of the payload
void arcs::aubo_scope::SetPayloadNode::setCenterOfGravity |
( |
const std::vector< double > & |
cog | ) |
|
void arcs::aubo_scope::SetPayloadNode::setConfigType |
( |
ConfigType |
type | ) |
|
void arcs::aubo_scope::SetPayloadNode::setMass |
( |
double |
mass | ) |
|
void* arcs::aubo_scope::SetPayloadNode::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: