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

Name: iri_obstacle_detection_normals --> iri_nav_obstacle_detection_normals

parent 8ba9a37a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# The new CMakeLists.txt file starts here # The new CMakeLists.txt file starts here
# ******************************************************************** # ********************************************************************
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 2.8.3)
project(iri_obstacle_detection_normals) project(iri_nav_obstacle_detection_normals)
## Find catkin macros and libraries ## Find catkin macros and libraries
# find_package(catkin REQUIRED) # find_package(catkin REQUIRED)
...@@ -85,7 +85,7 @@ include_directories(${iriutils_INCLUDE_DIR} ./include) ...@@ -85,7 +85,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/obstacle_detection_normals_alg.cpp src/obstacle_detection_normals_alg_node.cpp) add_executable(${PROJECT_NAME} src/nav_obstacle_detection_normals_alg.cpp src/nav_obstacle_detection_normals_alg_node.cpp)
# ******************************************************************** # ********************************************************************
# Add the libraries # Add the libraries
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Author: # Author:
PACKAGE='iri_obstacle_detection_normals' PACKAGE='iri_nav_obstacle_detection_normals'
from dynamic_reconfigure.parameter_generator_catkin import * from dynamic_reconfigure.parameter_generator_catkin import *
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>iri_obstacle_detection_normals</name> <name>iri_nav_obstacle_detection_normals</name>
<version>1.0.0</version> <version>1.0.0</version>
<description>Package for detecting normals using outliers filter's output</description> <description>Package for detecting normals using outliers filter's output</description>
......
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