FRC1076 / RobotKitLib

Robotpy-WPILIB equivalent for raspberry pi robot kit
1 stars 1 forks source link

robot_setup.py doesn't extract tar into RobotCode directory #72

Closed amylieb closed 3 years ago

amylieb commented 3 years ago

Which is weird...because I could have sworn it used to?

Note that I've manually copied this file from your repo onto my robot (not ideal, I know). I just diffed my version with the one on your branch and they are the same though.

Anyway - I fixed this by editing line 74 to direct tar to extract into the RobotCode directory. Otherwise it extracts robot.py, robotmap etc into the RobotRunner directory, which makes RobotRunner/run.py sad.