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

Relative path from features and processors folder to find includes when using wolf as a library

parent 5a713917
No related branches found
No related tags found
1 merge request!233WIP: Apriltag
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define FEATURE_APRILTAG_H_ #define FEATURE_APRILTAG_H_
//Wolf includes //Wolf includes
#include "feature_base.h" #include "../feature_base.h"
//std includes //std includes
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
#define _PROCESSOR_TRACKER_LANDMARK_APRILTAG_H_ #define _PROCESSOR_TRACKER_LANDMARK_APRILTAG_H_
//Wolf includes //Wolf includes
#include "wolf.h" #include "../wolf.h"
#include "processor_tracker_landmark.h" #include "../processor_tracker_landmark.h"
#include "sensor_camera.h" #include "../sensor_camera.h"
// Apriltag // Apriltag
#include <apriltag.h> #include <apriltag.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