team581 / 2024-offseason-comp

Team 581's robot software for our competition robot from the 2024 FRC offseason
2 stars 0 forks source link

Make a drop preload command for autos with and without note map #55

Closed simonstoryparker closed 2 months ago

simonstoryparker commented 3 months ago

Make a command that we can use in note map and regular autos that drops the note using dropCommand from RobotCommands, and then adds note to Note Map and our ID tracker for dropped notes

jonahsnider commented 3 months ago

Don't think we want to do this. How would we run an auto step during a regular auto? Wouldn't that mean we need to be using note map from the start? I think we just want to augment the existing drop note state in RobotManager to call whatever function to add it to the note map. Then we can use the drop note event marker like normal from Choreo/PathPlanner.