Skip to content
Snippets Groups Projects
Commit 430d45aa authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Fixed Polyline includes

parent 7e0e3f80
No related branches found
No related tags found
1 merge request!234WIP: Gnss
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
#define SRC_PROCESSOR_POLYLINE_H_ #define SRC_PROCESSOR_POLYLINE_H_
// Wolf includes // Wolf includes
#include "sensor_laser_2D.h" #include "base/sensor/sensor_laser_2D.h"
#include "capture_laser_2D.h" #include "base/capture/capture_laser_2D.h"
#include "feature_polyline_2D.h" #include "base/feature/feature_polyline_2D.h"
#include "landmark_match.h" #include "base/landmark/landmark_match.h"
#include "landmark_polyline_2D.h" #include "base/landmark/landmark_polyline_2D.h"
#include "constraint_point_2D.h" #include "base/constraint/constraint_point_2D.h"
#include "constraint_point_to_line_2D.h" #include "base/constraint/constraint_point_to_line_2D.h"
#include "state_block.h" #include "base/state_block.h"
#include "processor_base.h" #include "base/processor/processor_base.h"
//laser_scan_utils //laser_scan_utils
#include "laser_scan_utils/laser_scan.h" #include "laser_scan_utils/laser_scan.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Author: jvallve * Author: jvallve
*/ */
#include "processor_polyline.h" #include "base/processor/processor_polyline.h"
#include <algorithm> // std::swap #include <algorithm> // std::swap
namespace wolf namespace wolf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment