Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_robot_aspsi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ely Repiso Polo
iri_robot_aspsi
Commits
3e3d670a
Commit
3e3d670a
authored
3 years ago
by
Ely Repiso Polo
Browse files
Options
Downloads
Patches
Plain Diff
cambios sim iter
parent
4a54a627
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
package.xml
+2
-0
2 additions, 0 deletions
package.xml
with
4 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
3e3d670a
...
@@ -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
# ********************************************************************
# ********************************************************************
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
0
View file @
3e3d670a
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment