Quote:
Originally Posted by ad1217
I have been trying to get the Driver Station working under wine (just to make testing a bit easier), and have gotten it all running and connected to the robot, but it doesn't seem to read the joysticks correctly. It sees them, and the indicator light turns blue when a button is pressed, but the axes don't appear to be read. Did you run into this problem/have any suggestions?
|
No I did not have this problem. Sorry, I wish I could help more but I'm not sure what else could be necessary.
Quote:
Originally Posted by riftware
I'd love a step by step set of instructions - I have crossover office installed ( a pre-setup version of wine) but I could actually install the wine packages directly if need be. I'm running ubuntu and I'm really just looking to avoid having to use my win7 vm for doing development work.
|
I'd love too but unfortunately I'm far away from my former FRC team ATM so i can't get a copy of LabView. It was a very simple process though. I don't remember the exact steps but it was essentially:
Code:
sudo pacman -S wine
wine LabViewRT_32.exe
wine DriverStation.exe
I honestly didn't have to do more than that.
I use Arch Linux, so replace pacman with apt-get for ubuntu:
Code:
sudo apt-get install wine
Let me know if it works.