STARTING_RED_LEFT

Represents a robot starting on the left side of the red alliance.

Default pose data is set to FTC Field Tile F2 on the Red Alliance, robot on left side of field from red's POV. Pose heading faces inwards towards the field.

Inherited properties

Link copied to clipboard

Whether the starting position is on the blue alliance side of the field.

Link copied to clipboard

Whether the starting position is on the left side of the field.

Link copied to clipboard

Whether the starting position is on the red alliance side of the field.

Link copied to clipboard

Whether the starting position is on the right side of the field.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var pose: Pose2d

The pose of the starting position. This is the position of the robot on the field when the match starts in the FTC Field Coordinate system (+ RoadRunner). The heading value is if the robot were to face inwards towards the field.

Link copied to clipboard
val vector: Vector2d

The vector of the starting position with no heading information.

Inherited functions

Link copied to clipboard

Convert this starting position to a starting configuration.

Link copied to clipboard
open override fun toString(): String