-
public class PoseAndVelocity
Represents robot pose and velocity in a single object.
-
-
Constructor Summary
Constructors Constructor Description PoseAndVelocity()
Constructs a new PoseAndVelocity object and initializes it with zeros. PoseAndVelocity(Pose2D pose, Pose2D velocity)
Constructs a new PoseAndVelocity object and initializes it with existing values.
-