mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Only generate passthrough URLs for RoboRIO (#1624)
Otherwise accidentally, a race could occur between coprocessors and rio. Java was done in both old and new locations as it's a race.
This commit is contained in:
committed by
Peter Johnson
parent
d3affb16bc
commit
bdc822fad8
@@ -67,6 +67,11 @@ public abstract class RobotBase implements AutoCloseable {
|
||||
public Long getRobotMainThreadId() {
|
||||
return MAIN_THREAD_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRoboRIO() {
|
||||
return RobotBase.isReal();
|
||||
}
|
||||
};
|
||||
|
||||
CameraServerSharedStore.setCameraServerShared(shared);
|
||||
|
||||
Reference in New Issue
Block a user