Skip to content

Profiles for Crossing Each Defense in Auto #57

@kreeve

Description

@kreeve

Some of the defenses have different requirements such as having the arm in safe mode or maybe driving different speeds. We should make a DefenseType Enum you can pass into the auto commands. Then we can do something like:

if(this.defenseType == DefenseType.CDF) {

     this.maxSpeed = something;

     this.maxAccel = something;

     this.armPosition = safe;

}else if...

We could even integrate this with the app, so if a path segment crosses a defense we automatically use that defense's settings for that part of the path.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions