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

Solved typos related with name change

parent e3611275
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ include_directories(${iriutils_INCLUDE_DIR} ./include) ...@@ -87,7 +87,7 @@ include_directories(${iriutils_INCLUDE_DIR} ./include)
# add_library(${PROJECT_NAME} <list of source files>) # add_library(${PROJECT_NAME} <list of source files>)
## Declare a cpp executable ## Declare a cpp executable
add_executable(${PROJECT_NAME} src/hole_detection_alg.cpp src/hole_detection_alg_node.cpp) add_executable(${PROJECT_NAME} src/iri_nav_hole_detection_alg.cpp src/iri_nav_hole_detection_alg_node.cpp)
# ******************************************************************** # ********************************************************************
# Add the libraries # Add the libraries
......
...@@ -66,7 +66,7 @@ class HoleDetectionAlgorithm ...@@ -66,7 +66,7 @@ class HoleDetectionAlgorithm
* Define a Config type with the HoleDetectionConfig. All driver implementations * Define a Config type with the HoleDetectionConfig. All driver implementations
* will then use the same variable type Config. * will then use the same variable type Config.
*/ */
typedef iri_hole_detection::HoleDetectionConfig Config; typedef iri_nav_hole_detection::HoleDetectionConfig Config;
/** /**
* \brief config variable * \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