Skip to content
Snippets Groups Projects
Commit 2e0529fb authored by José Enrique Domínguez Vidal's avatar José Enrique Domínguez Vidal
Browse files

'_nav' added to avoid compilation error

parent 56a3ac9e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#ifndef _obstacle_detection_normals_alg_h_
#define _obstacle_detection_normals_alg_h_
#include <iri_obstacle_detection_normals/ObstacleDetectionNormalsConfig.h>
#include <iri_nav_obstacle_detection_normals/ObstacleDetectionNormalsConfig.h>
#include "mutex.h"
......@@ -79,7 +79,7 @@ class ObstacleDetectionNormalsAlgorithm
* Define a Config type with the ObstacleDetectionNormalsConfig. All driver implementations
* will then use the same variable type Config.
*/
typedef iri_obstacle_detection_normals::ObstacleDetectionNormalsConfig Config;
typedef iri_nav_obstacle_detection_normals::ObstacleDetectionNormalsConfig Config;
/**
* \brief config variable
......
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