mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
log
This commit is contained in:
@@ -280,8 +280,6 @@ namespace Modelec
|
||||
message.id = id;
|
||||
|
||||
odo_waypoint_reach_publisher_->publish(message);
|
||||
|
||||
RCLCPP_INFO(this->get_logger(), "Waypoint reached: %d", id);
|
||||
}
|
||||
else if (tokens[1] == "PID")
|
||||
{
|
||||
|
||||
@@ -29,10 +29,10 @@ namespace Modelec
|
||||
|
||||
void GoHomeMission::Update()
|
||||
{
|
||||
/*if (!nav_->HasArrived())
|
||||
if (!nav_->HasArrived())
|
||||
{
|
||||
return;
|
||||
}*/
|
||||
}
|
||||
|
||||
switch (step_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user