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?
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?