feds201 / 2020_Robot_Code

Froydis Code for 2020 FRC Competition Bot - Infinite Recharge
0 stars 1 forks source link

Clear log files off of roborio #14

Open robogirl06 opened 4 years ago

robogirl06 commented 4 years ago

Remove log files from roborio:

from: https://stemrobotics.cs.pdx.edu/node/7150#:~:text=You%20can%20view%20the%20log,log%20file%20with%20Windows%20Explorer.

You can view the log file on the RoboRio disk with a browser. Navigate to ftp://roborio-teamnumber-frc.local/home/lvuser and select the desired log file. You can download the log file with Windows Explorer. Navigate to the url ftp://roborio-teamnumber-frc.local/home/lvuser/ and copy the desired log file to a local directory.

Note: Log files are numbered 0-99. After 99 no new log files will be created and an error will be logged to the DS console window. You must use Windows Explorer to delete old log files.

ftp://roborio-201-frc.local/home/lvuser/

KaranArora1 commented 4 years ago

After running the FTP script to grab the datafiles do the following to delete the files off of the Roborio:

open putty connect via ssh to 10.2.1.2 login: admin, no password type

cd.. cd lvuser ls (list) rm .txt (remove) rm .csv (remove) exit

KaranArora1 commented 4 years ago

Karan to only log shooter data at 40ms rate.