This commit is contained in:
acki
2025-05-29 16:28:51 -04:00
parent e83b309aad
commit c8e48d37bf

View File

@@ -709,8 +709,6 @@ namespace Modelec
void PCBOdoInterface::AddWaypoint(const int index, const bool IsStopPoint, const long x, const long y,
const double theta)
{
RCLCPP_INFO(this->get_logger(), "Adding waypoint: %d, Stop: %s, Pos: (%ld, %ld), Theta: %.2f",
index, IsStopPoint ? "true" : "false", x, y, theta);
if (!start_odo_)
{
SendOrder("START", {std::to_string(true)});