Running a simulation using the robotpy physics example. But no field view appears. Documentation says “go to ‘Window’ menu and select 2D field view” but there is nothing to select on the ‘Window’ menu. Just a tiny black square appears when you click…
Which specific example (this one? should work…)? What OS? Is there an error message? What’s the output of pip list
?
Yes, that is the example I’m using. Running on Windows 11. There is no error message. Here’s what pip list shows:
Package Version
bcrypt 4.0.1
cffi 1.15.1
click 8.1.7
colorama 0.4.6
cryptography 41.0.3
iniconfig 2.0.0
packaging 23.1
paramiko 3.3.1
Pint 0.22
pip 23.2.1
pluggy 1.3.0
pycparser 2.21
pyfrc 2023.0.1
PyNaCl 1.5.0
pynetconsole 2.0.4
pyntcore 2023.4.3.0
pytest 7.4.2
pytest-reraise 2.1.2
robotpy 2023.4.3.1
robotpy-apriltag 2023.4.3.0
robotpy-commands-v2 2023.4.3.0
robotpy-cscore 2023.4.3.0
robotpy-ctre 2023.1.0
robotpy-hal 2023.4.3.0
robotpy-halsim-ds-socket 2023.4.3.0
robotpy-halsim-gui 2023.4.3.0
robotpy-halsim-ws 2023.4.3.0
robotpy-installer 2023.0.3
robotpy-navx 2023.0.3
robotpy-pathplannerlib 2023.3.4.1
robotpy-photonvision 2023.4.2
robotpy-playingwithfusion 2023.1.0
robotpy-rev 2023.1.3.2
robotpy-wpilib-utilities 2023.1.0
robotpy-wpimath 2023.4.3.0
robotpy-wpinet 2023.4.3.0
robotpy-wpiutil 2023.4.3.0
setuptools 68.0.0
typing_extensions 4.8.0
wheel 0.38.4
wpilib 2023.4.3.0
Looks like the documentation is out of date.
Select NetworkTables
→ SmartDashboard
→ Field
That worked. Hate it when the code gets changed but the documentation doesn’t. Thanks.