-
Does this project run on a particular version of Linux on the ODroid (debian?)
Also can this be used to run WPILib and simulate a networktable (E.g. robot when away from the robotics lab?)
Thank…
-
As per https://github.com/robotpy/roborio-packages/issues/14 we're removing it in 2018. It's not a lot of work to keep it, so if that's something you care about then please comment on that issue.
-
This is a broad issue, to just be a pointer to something that needs to get done.
For those of you new to this project, every year we have to update RobotPy's source code to match whatever changes t…
-
Robotdrive is no more so either Brandon or Kennedy should create a basic robot.py that drives a basic robot in teleop.
-
When I create a DoubleSolenoid object like this: wpilib.DoubleSolenoid(10, 0, 1), I get a KeyError: 10 error. When I take the 10 out and use: wpilib.DoubleSolenoid(0, 1), I get this error:
```
…
-
I'm testing with 2018.0.0.
Part of the traceback:
```
File "/home/lvuser/py/motortest.py", line 112, in updateTalonLog
self.outputVoltageLog.update(talon.getMotorOutputVoltage())
Fi…
-
Whenever I reboot the robot, the DriverStation prints off [this stacktrace.](https://github.com/robotpy/robotpy-wpilib/files/1617210/crash.txt)
The robot seems to continue running despite this …
-
Linux builders have been saturated for a days now (see https://www.traviscistatus.com/), which seems rather odd in such a holiday period...
-
Having deployed the code to the bot, the driver station is now repeatedly printing off [this stracktrace](https://github.com/robotpy/robotpy-wpilib/files/1613512/crashreport.txt) which I have copied i…
-
I have tried manually entering floats less than 1 and it works so it can't be an issue with the motor controllers. Driver station shows proportional values. It seems to me like the joystick call is re…