-
Cannot complete the install because one or more required items could not be found.
Software being installed: Robot Python Development 2015.0.8 (io.github.robotpy.plugins.robotpy.feature.feature.gro…
-
Here is the output when I run `python -m robotpy_installer install-robotpy` in Windows 10 when connected to a newly imaged RoboRIO:
> 20:31:22:613 INFO : robotpy.installer : RobotPy Installer …
-
Opening an issue so the public can find our struggles as well.
I think the issue with the build process (as it stands on 180fb55) is that pkg-config can't find the OpenCV pkg-config. I personally t…
-
Hi Dustin,
First of all, thanks for this! I have found it really useful.
Here's the issue:
The robot connects, prints `CONNECTED`, `pynetworktables2js` sends value :white_check_mark:
The rob…
-
This year we're using SendableChooser again to select an autonomous mode from the SmartDashboard. This year in our shop environment (wifi) it is failing to use the selected auto mode. Oddly, this wo…
-
How can I conditionally run a `CommandGroup` from within another `CommandGroup` based on if a switch is pressed? It seems like all the `addSequential()`s and `addParallel()`s have to be within the con…
-
From a quick glance at the installer source, it looks like the installer will just look at the last instance of the package declared in the Packages file?
-
https://github.com/robotpy/allwpilib/blob/master/wpilibj/wpilibJavaDevices/src/main/java/edu/wpi/first/wpilibj/SerialPort.java
-
```
04:56:36:580 WARNING : navx : Error reading configuration data, retrying (CRC error)
04:56:37:086 WARNING : navx : Error reading configuration data, retrying (CRC e…
-
Related issues:
* #206
* #208
Package management in python is trivial, so I think it makes sense for these types of things to be separate packages, despite that the RobotPy project will be main…