Pathplanner AutoChooser remembers deleted autos

I made some experimental autos using pathplanner and deleted them all and replaced them with new ones, but the Autochooser builder are still showing up in the dashboard on a real robot, but not the simulator

See this warning at the bottom: Build an Auto | PathPlanner Docs

This method will load all autos in the deploy directory. Since the deploy process does not automatically clear the deploy directory, old auto files that have since been deleted from the project could remain on the RIO, therefore being added to the auto chooser.
To remove old options, the deploy directory will need to be cleared manually via SSH, WinSCP, reimaging the RIO, etc.

1 Like

Thank you and also

1 Like

I can not delete the files I get a Permission Denied

How do I get Permissions? I’m Logged in ad lvuser

If you are using putty there is a way to do it. Log in as admin, move out one set of folders, go to lvuser folder, and clear it. One of my mentors taught me that.

I had this issue using Filezilla, i ran as admin and it worked

1 Like

I believe you can also reformat your Robo Rio, and then deploy your code on it again

One of my programming students showed me we can use windows file explore
Enter
ftp://[email protected].AM.or
ftp://[email protected]

When prompted select log in anonymous

Browse to home/lvuser

Delete deploy folder

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.