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