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