1#ifndef AUBO_SCOPE_SET_PAYLOAD_NODE_H
2#define AUBO_SCOPE_SET_PAYLOAD_NODE_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
ProgramNode(ProgramNode &f)
ConfigType getConfigType()
This method returns the type of configuration.
void setMass(double mass)
void setConfigType(ConfigType type)
ConfigType
This base interface represents a configuration of the Set Payload program node (i....
SetPayloadNode(SetPayloadNode &f)
SetPayloadNode(SetPayloadNode &&f)
virtual ~SetPayloadNode()
void setCenterOfGravity(const std::vector< double > &cog)
std::vector< double > getCenterOfGravity()
Gets the payload's center of gravity (CoG), also referred to as center of mass.