1 #ifndef AUBO_SCOPE_UNTIL_NODE_H 2 #define AUBO_SCOPE_UNTIL_NODE_H 236 void setWaypointBlendParameter(
double suggested_blend);
237 double getWaypointBlendParameter();
260 void setDecelerationParameters(
double deceleration);
261 double getDecelerationParameters();
270 void setCustomDecelerationParameterType(
279 double getAngularDeceleration();
280 void setAngularDeceleration(
double dec);
288 double getCartesianDeceleration();
289 void setCartesianDeceleration(
double dec);
304 void setExpressionConfig(ExpressionPtr expression);
305 ExpressionPtr getExpressionConfig();
312 double getDistance();
313 void setDistance(
double dis);
331 void setDigitalInputValueToProceed(
bool value_to_proceed_until);
332 bool getDigitalInputValueToProceed();
357 void setAnalogInputValueToProceed(
double value);
358 double getAnalogInputValueToProceed();
364 friend class DataSwitch;
371 #endif // AUBO_SCOPE_UNTIL_NODE_H CustomDecelerationParameterType
Shared deceleration has been selected.
The node is not fully configured.
ARCS_CLASS_FORWARD(GripForceCapability)
This deceleration was either created specifying values for both AngularAcceleration and Acceleration ...
IOInputSelectionType
The type of the input selection.
This deceleration is currently used under a MoveJ node.
BlendParameterType
Blend Parameters can be of different types The parameter type is used to determine the explicit blend...
ConfigType
The configuration type used to determine which type of configuration this instance is...
CompareOperator
Compare operator types LESS_THAN and GREATER_THAN used when waiting for an analog input to go lower o...
The robot arm will stop without performing a blend.
DecelerationParameterType
The deceleration parameter type used to determine which type of deceleration parameter this instance ...