com.kuka.nav.fleet.graph.properties
Class NodeMaxAccelerationAbs
java.lang.Object
com.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.AbstractNodeMaxMotionAbsProperty
com.kuka.nav.fleet.graph.properties.NodeMaxAccelerationAbs
- All Implemented Interfaces:
- Property, Serializable
public class NodeMaxAccelerationAbs
- extends AbstractNodeMaxMotionAbsProperty
Property describing the maximum allowed acceleration on a node.
This limit is used when turning on a node, e.g. because of a
property.
- See Also:
- Serialized Form
NodeMaxAccelerationAbs
public NodeMaxAccelerationAbs(Double rotation)
- Creates a new absolute acceleration property with given values.
- Parameters:
rotation - rotation acceleration in rad/s²
NodeMaxAccelerationAbs
public NodeMaxAccelerationAbs()
- Constructs a new max absolute acceleration property with default values.
toString
public String toString()
- Overrides:
toString in class AbstractNodeMaxMotionAbsProperty
Copyright © 2019. All rights reserved.