3 Commits

Author SHA1 Message Date
ryleu
333249677f revert: fix(anchor): serial reads are now non-blocking
This reverts commit fc2ba5f8d1.

reason: making serail reads non-blocking caused serial data issues
because sometimes it would exit before actually seeing a newline
2026-04-15 11:24:19 -05:00
ryleu
fc2ba5f8d1 fix(anchor): serial reads are now non-blocking 2026-04-13 19:59:07 -05:00
ryleu
77d35949e9 docs(reset-repo): script says it works in any repo now 2026-04-13 19:57:04 -05:00

View File

@@ -3,7 +3,7 @@
repo_root="$(git rev-parse --show-toplevel)" repo_root="$(git rev-parse --show-toplevel)"
if [[ -z $repo_root ]]; then if [[ -z $repo_root ]]; then
echo "script must be run from within the rover-ros2 repo" >&2 echo "script must be run from within a git repo" >&2
exit 1 exit 1
fi fi