Skip to content
Snippets Groups Projects
Commit 2ac400b9 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

changing "" to <> for core includes

parent 3af3e980
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
#define CAPTURE_OBJECT_H_ #define CAPTURE_OBJECT_H_
//Wolf includes //Wolf includes
#include "core/capture/capture_base.h"
#include "core/math/rotations.h"
#include "core/common/params_base.h"
#include "math.h" #include "math.h"
#include <core/capture/capture_base.h>
#include <core/math/rotations.h>
#include <core/common/params_base.h>
// yaml-cpp library // yaml-cpp library
#include <yaml-cpp/yaml.h> #include <yaml-cpp/yaml.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define FEATURE_OBJECT_H_ #define FEATURE_OBJECT_H_
//Wolf includes //Wolf includes
#include "core/feature/feature_base.h" #include <core/feature/feature_base.h>
namespace wolf { namespace wolf {
......
...@@ -3,12 +3,8 @@ ...@@ -3,12 +3,8 @@
#define LANDMARK_OBJECT_H_ #define LANDMARK_OBJECT_H_
//Wolf includes //Wolf includes
#include "core/landmark/landmark_base.h" #include <core/landmark/landmark_base.h>
#include <core/state_block/state_quaternion.h>
#include "core/state_block/state_quaternion.h"
// Std includes
namespace wolf { namespace wolf {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _PROCESSOR_TRACKER_LANDMARK_OBJECT_H_ #define _PROCESSOR_TRACKER_LANDMARK_OBJECT_H_
//Wolf includes //Wolf includes
#include "core/common/wolf.h" #include <core/common/wolf.h>
#include "core/processor/processor_tracker_landmark.h" #include <core/processor/processor_tracker_landmark.h>
#include <core/factor/factor_distance_3d.h> #include <core/factor/factor_distance_3d.h>
......
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