Closed a1cd closed 9 months ago
Its a problem on WPILib's side according to @trevnels. I have submitted an issue to the allwpilib repo.
This is not a WPILib issue. The problem is that a ./gradlew simulateJava
does not provide the environment variables to open the GUI, while the official VSCode extension does (and it does indeed work through VSCode.) The command by itself just starts the sim - it needs to be told that you want the UI as well.
The Glass.app issue is unrelated to this - this is something WPILib could fix, but is unrelated to the sim GUI.
According to Thad's response on your issue, adding .defaultEnabled = true
to the end of wpi.sim.addGui()
in build.gradle
should fix it.
Simulation UI is not appearing, cannot understand why