robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Driver Station Get Data needs to be replaced #43

Closed ThadHouse closed 8 years ago

ThadHouse commented 9 years ago

I ran into the Notifier crash issue again. I did more debugging this time, and it seems like something is going odd with the joystick getter functions. I'm going to try building a copy using unsafe structs and raw pointers, and see if that helps. But that bug is back, which is not good. The other thing that could be bad is the image I keep putting on my RoboRIO is bad, but I doubt that. I'll make sure to reflash it to double check.

ThadHouse commented 9 years ago

This is such an odd bug. I keep thinking its in the FPGA, but then I can get it to stay running, usually with a fresh reboot. So it seems to be entirely based on maybe a variable not getting reset right when the code restarts.

ThadHouse commented 8 years ago

Closing this, and all the other notifier bugs, until next season when we have a new FPGA image and can test again. Will create 1 new Issue.