only stop

This commit is contained in:
acki
2025-05-30 09:56:12 -04:00
parent bb9d09ef16
commit 177ec509a0

View File

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