Quote:
Originally Posted by JohnGilb
As a workaround...
Is it possible to modify the WPI plugin to get the debug command to use an IP address target instead of the "roboRio-488.local" address? And if so, how?
|
This would be possible by modifying the ant script in the ~/wpilib/java/current/ant/ directory, but that'll run into the same issue as a hosts workaround, which is that the roboRIO ip could change. As it is, we default to mdns, but fall back to static USB and old-style 10.te.am.2 if mdns isn't found.