This commit is contained in:
acki
2025-05-29 16:37:15 -04:00
parent 75e683ba0c
commit 4d19edca70

View File

@@ -39,7 +39,7 @@ namespace Modelec
return;
}
if (!nav_->HasArrived() && (node_->now() - go_timeout_).seconds() < 2)
if (!nav_->HasArrived())
{
if ((node_->now() - go_timeout_).seconds() < 4)
{