mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-19 00:57:37 +01:00
timeout
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user