com.kuka.nav.fleet.graph.properties
Class EdgeMaxAccelerationAbs
java.lang.Object
com.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.AbstractEdgeMaxMotionAbsProperty
com.kuka.nav.fleet.graph.properties.EdgeMaxAccelerationAbs
- All Implemented Interfaces:
- Property, Serializable
public class EdgeMaxAccelerationAbs
- extends AbstractEdgeMaxMotionAbsProperty
Property describing the max allowed acceleration as absolute value on an edge.
- See Also:
- Serialized Form
EdgeMaxAccelerationAbs
public EdgeMaxAccelerationAbs(Double x,
Double y,
Double rotation)
- Creates a new max absolute acceleration property with given values.
- Parameters:
x - translational acceleration in x direction in m/s²y - translational acceleration in y direction in m/s²rotation - rotation deceleration rad/s²
EdgeMaxAccelerationAbs
public EdgeMaxAccelerationAbs()
- Constructs a new max absolute acceleration property with default values.
toString
public String toString()
- Overrides:
toString in class AbstractEdgeMaxMotionAbsProperty
Copyright © 2019. All rights reserved.