Skip to content
Snippets Groups Projects
Commit 3e3d670a authored by Ely Repiso Polo's avatar Ely Repiso Polo
Browse files

cambios sim iter

parent 4a54a627
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ find_package(catkin REQUIRED) ...@@ -8,7 +8,7 @@ find_package(catkin REQUIRED)
# ******************************************************************** # ********************************************************************
# Add catkin additional components here # Add catkin additional components here
# ******************************************************************** # ********************************************************************
find_package(catkin REQUIRED COMPONENTS iri_base_algorithm sensor_msgs nav_msgs iri_perception_msgs pluginlib nav_core costmap_2d visualization_msgs tf std_msgs actionlib_msgs geometry_msgs) find_package(catkin REQUIRED COMPONENTS iri_base_algorithm sensor_msgs nav_msgs iri_perception_msgs iri_nav_msgs pluginlib nav_core costmap_2d visualization_msgs tf std_msgs actionlib_msgs geometry_msgs)
## System dependencies are found with CMake's conventions ## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system) iri_common_drivers_msgs # find_package(Boost REQUIRED COMPONENTS system) iri_common_drivers_msgs
...@@ -89,7 +89,7 @@ catkin_package( ...@@ -89,7 +89,7 @@ catkin_package(
# Add ROS and IRI ROS run time dependencies # Add ROS and IRI ROS run time dependencies
# Dont' needed: iri_common_drivers_msgs # Dont' needed: iri_common_drivers_msgs
# ******************************************************************** # ********************************************************************
CATKIN_DEPENDS iri_base_algorithm sensor_msgs nav_msgs iri_perception_msgs pluginlib nav_core costmap_2d visualization_msgs tf std_msgs actionlib_msgs geometry_msgs CATKIN_DEPENDS iri_base_algorithm sensor_msgs nav_msgs iri_perception_msgs iri_nav_msgs pluginlib nav_core costmap_2d visualization_msgs tf std_msgs actionlib_msgs geometry_msgs
# ******************************************************************** # ********************************************************************
# Add system and labrobotica run time dependencies here # Add system and labrobotica run time dependencies here
# ******************************************************************** # ********************************************************************
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<build_depend>sensor_msgs</build_depend> <build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend> <build_depend>nav_msgs</build_depend>
<build_depend>iri_perception_msgs</build_depend> <build_depend>iri_perception_msgs</build_depend>
<build_depend>iri_nav_msgs</build_depend>
<build_depend>pluginlib</build_depend> <build_depend>pluginlib</build_depend>
<build_depend>nav_core</build_depend> <build_depend>nav_core</build_depend>
<build_depend>costmap_2d</build_depend> <build_depend>costmap_2d</build_depend>
...@@ -56,6 +57,7 @@ ...@@ -56,6 +57,7 @@
<run_depend>sensor_msgs</run_depend> <run_depend>sensor_msgs</run_depend>
<run_depend>nav_msgs</run_depend> <run_depend>nav_msgs</run_depend>
<run_depend>iri_perception_msgs</run_depend> <run_depend>iri_perception_msgs</run_depend>
<run_depend>iri_nav_msgs</run_depend>
<run_depend>pluginlib</run_depend> <run_depend>pluginlib</run_depend>
<run_depend>nav_core</run_depend> <run_depend>nav_core</run_depend>
<run_depend>costmap_2d</run_depend> <run_depend>costmap_2d</run_depend>
......
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