include <robot/console.h>

This commit is contained in:
2026-01-10 14:10:41 +07:00
parent b18aeb39ab
commit 9d3d31a4f9
9 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include <robot_costmap_2d/footprint.h>
#include <robot_costmap_2d/array_parser.h>
#include <robot_geometry_msgs/Point32.h>
#include <robot/console.h>
namespace robot_costmap_2d
{

View File

@@ -37,6 +37,7 @@
*********************************************************************/
#include <robot_costmap_2d/layered_costmap.h>
#include <robot_costmap_2d/footprint.h>
#include <robot/console.h>
#include <cstdio>
#include <string>
#include <algorithm>

View File

@@ -39,6 +39,7 @@
#include <robot_tf3_geometry_msgs/tf3_geometry_msgs.h>
#include <robot_tf3_sensor_msgs/tf3_sensor_msgs.h>
#include <robot_sensor_msgs/point_cloud2_iterator.h>
#include <robot/console.h>
using namespace std;
using namespace tf3;