Package limelight.networktables
Class Orientation3d
java.lang.Object
limelight.networktables.Orientation3d
Orientation3d of the robot for
Limelight-
Field Summary
FieldsModifier and TypeFieldDescriptionCurrent orientation of the robot. -
Constructor Summary
ConstructorsConstructorDescriptionOrientation3d(Rotation3d orientation, AngularVelocity yaw, AngularVelocity pitch, AngularVelocity roll) Create the robot orientation based off of the given attributesOrientation3d(Rotation3d orientation, AngularVelocity3d angularVelocity) Create the robot orientation based off the given attributes. -
Method Summary
-
Field Details
-
orientation
Current orientation of the robot. -
angularVelocity
-
-
Constructor Details
-
Orientation3d
public Orientation3d(Rotation3d orientation, AngularVelocity yaw, AngularVelocity pitch, AngularVelocity roll) Create the robot orientation based off of the given attributes- Parameters:
orientation-Rotation3dof the robot.yaw-AngularVelocityabout the yaw/z-axispitch-AngularVelocityabout the pitch/y-axisroll-AngularVelocityabout the roll/x-axis
-
Orientation3d
Create the robot orientation based off the given attributes.- Parameters:
orientation-Rotation3dof the robot.angularVelocity-AngularVelocity3dof the robot.
-