From 315f729def2fb0d82571ff61c75fad0d999e30f4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Dec 2023 13:53:55 +0000 Subject: [PATCH] make 3 times to fully compile --- include/Grid3D/grid3d.hpp | 2 +- launch/grid3d.launch | 2 +- launch/simulator_atlas.launch | 4 ++-- src/ROS/planner_ros_node.cpp | 1 + src/utils/ros/ROSInterfaces.cpp | 4 +--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/include/Grid3D/grid3d.hpp b/include/Grid3D/grid3d.hpp index 72730fe..2231fa4 100755 --- a/include/Grid3D/grid3d.hpp +++ b/include/Grid3D/grid3d.hpp @@ -14,7 +14,6 @@ #include #include #include -#include #include // PCL #include @@ -29,6 +28,7 @@ #include //for std::setw, std::hex, and std::setfill #include //for all other OpenSSL function calls #include //for SHA512_DIGEST_LENGTH +#include // #include "utils/ros/ROSInterfaces.hpp" // #ifdef BUILD_VORONOI diff --git a/launch/grid3d.launch b/launch/grid3d.launch index f0fd0f1..28760c5 100755 --- a/launch/grid3d.launch +++ b/launch/grid3d.launch @@ -3,6 +3,6 @@ - + \ No newline at end of file diff --git a/launch/simulator_atlas.launch b/launch/simulator_atlas.launch index 9ee70c0..1cd3ea5 100755 --- a/launch/simulator_atlas.launch +++ b/launch/simulator_atlas.launch @@ -21,7 +21,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/src/ROS/planner_ros_node.cpp b/src/ROS/planner_ros_node.cpp index e8b7e05..177b6ec 100755 --- a/src/ROS/planner_ros_node.cpp +++ b/src/ROS/planner_ros_node.cpp @@ -34,6 +34,7 @@ #include #include + /** * @brief Demo Class that demonstrate how to use the algorithms classes and utils * with ROS diff --git a/src/utils/ros/ROSInterfaces.cpp b/src/utils/ros/ROSInterfaces.cpp index 194af31..5645131 100755 --- a/src/utils/ros/ROSInterfaces.cpp +++ b/src/utils/ros/ROSInterfaces.cpp @@ -135,9 +135,7 @@ namespace Planners auto world_size = _algorithm.getWorldSize(); auto resolution = _algorithm.getWorldResolution(); - std::cout << "Semantic Layer " << std::endl; - - for (int i = 0; i < world_size.x; i++) + std::cout << "Semantic Layer " << std::endl; for (int i = 0; i < world_size.x; i++) { for (int j = 0; j < world_size.y; j++)