Hi,
We’re seeing
robotpy test -- --no-header -vvv -s
Hang in:
pyfrc_test.py::test_autonomous
pyfrc_test.py::test_autonomous <- .venv\Lib\site-packages\pyfrc\tests\basic.py Not loading CameraServerShared
INITIALIZATION
Entering robot:robotInit
Server started on sprout at 10.0.1.33:5805 in thread { self.serverThread.name}
[Auto] New Modes Selected: None Wait 0.0s, Do Nothing
Exit robot:robotInit
********** Robot program startup complete **********
Stepping through the python code, it seems like the simulation time is not advancing.
My pyproject.toml:
#
# Use this configuration file to control what RobotPy packages are installed
# on your RoboRIO
#
[tool.robotpy]
# Version of robotpy this project depends on
robotpy_version = "2025.1.1.1"
# Which extra RobotPy components should be installed
# -> equivalent to `pip install robotpy[extra1, ...]
robotpy_extras = [
# "all"
"apriltag",
# "commands2"
"cscore",
# "navx"
# "pathplannerlib"
# "phoenix5",
"phoenix6",
# "playingwithfusion"
"rev",
# "romi"
# "sim"
]
# Other pip packages to install
requires = [
"photonlibpy==2025.0.0b8",
"debugpy==1.8.11",
"numpy==2.1.3",
"phoenix6==25.1.0"
]
The source code is here:
-Thanks for your help!!!
-Mike
Spires FRC 9106