Pathplanner paths don't behave expectedly on a RoboRio with nothing attached

I have some PathPlanner paths that use event markers. These event markers contain commands that print messages when called. When I upload my code onto a RoboRio with nothing attached (if that makes any difference), it finds the paths just fine, but when I try to run them, I don’t see those messages in the robot console. When I run the autos in simulation, I do see the messages.

Is this expected, given that the Rio has nothing attached to it? If not, how do I fix it?

The code is at GitHub - aesatchien/FRC2429_2024: Repo for FRC 2429 robot code for 2024 , and robotcontainer.py and autonomous/pathplannermaker.py are probably the most relavant files.

Thanks

Thanks

our first competition is just this weekend, tomorrow’s the last day before we haul the bot to comp and im still stumped, please help!

By Robot Console, do you mean Viewing Console Output — FIRST Robotics Competition documentation

Did you upgrade your driver station to the latest version? The initial kickoff release had issues with console messages.

Looking quickly, it appears you’re not using the Named Commands in most of your paths. The only one that I could find that referenced a named path, that matched a name in the code, was in “Command Testing”. Is that the path you’re asking about?

Yup

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.