Skip to content

camera naming #7

@y0shi

Description

@y0shi

use 'placementSide' and 'intakeSide' instead of front and rear for cameras.

public static final String photonCameraNameFrontLeft = "FRONT_LEFT";
public static final Transform3d photonCameraTransformFrontLeft = new Transform3d(new Translation3d(.343, 0.271, .239), new Rotation3d(0.0, -10 / 180.0 * Math.PI, -15.0/180 * Math.PI));
public static final String photonCameraNameFrontRight = "FRONT_RIGHT";
public static final Transform3d photonCameraTransformFrontRight = new Transform3d(new Translation3d(.343, -0.271, .239), new Rotation3d(0.0, -10 / 180.0 * Math.PI, 15.0/180 * Math.PI));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions