EZ-Robotics / EZ-Template

Simple plug-and-play PROS template that handles drive base functions for VEX robots.
https://ez-robotics.github.io/EZ-Template/
Mozilla Public License 2.0
69 stars 27 forks source link

`pid_wait_until()` motions don't output error to terminal #111

Closed ssejrog closed 3 months ago

ssejrog commented 3 months ago

When wait_until is running and the robot fails to pass the target value, the exit condition will print error to terminal. But when the motion successfully passes target, the exit condition will not print error to terminal.