mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
ask waypoint to pcb
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Modelec {
|
||||
{
|
||||
if ((node_->now() - go_timeout_).seconds() < 2)
|
||||
{
|
||||
nav_->AskWaypoint();
|
||||
// nav_->AskWaypoint();
|
||||
return;
|
||||
}
|
||||
if ((node_->now() - go_timeout_).seconds() < 10)
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace Modelec
|
||||
{
|
||||
if ((node_->now() - go_timeout_).seconds() < 2)
|
||||
{
|
||||
nav_->AskWaypoint();
|
||||
// nav_->AskWaypoint();
|
||||
return;
|
||||
}
|
||||
if ((node_->now() - go_timeout_).seconds() < 10)
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace Modelec {
|
||||
{
|
||||
if ((node_->now() - go_timeout_).seconds() < 2)
|
||||
{
|
||||
nav_->AskWaypoint();
|
||||
// nav_->AskWaypoint();
|
||||
return;
|
||||
}
|
||||
if ((node_->now() - go_timeout_).seconds() < 10)
|
||||
|
||||
Reference in New Issue
Block a user