Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_msgs
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
mobile_robotics
ADC
ADC_2021
iri_adc_msgs
Commits
5cc4d833
Commit
5cc4d833
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added a service to get the full opendrive map as an occupancy grid.
parent
2eb1f6a1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+6
-4
6 additions, 4 deletions
CMakeLists.txt
package.xml
+2
-0
2 additions, 0 deletions
package.xml
srv/get_opendrive_map.srv
+2
-0
2 additions, 0 deletions
srv/get_opendrive_map.srv
with
10 additions
and
4 deletions
CMakeLists.txt
+
6
−
4
View file @
5cc4d833
...
...
@@ -8,6 +8,7 @@ project(iri_adc_msgs)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package
(
catkin REQUIRED COMPONENTS
nav_msgs
actionlib_msgs
geometry_msgs
message_generation
...
...
@@ -57,11 +58,12 @@ add_message_files(
)
## Generate services in the 'srv' folder
# add_service_files(
# FILES
add_service_files
(
FILES
get_opendrive_map.srv
# Service1.srv
# Service2.srv
#
)
)
## Generate actions in the 'action' folder
add_action_files
(
...
...
@@ -73,7 +75,7 @@ add_action_files(
## Generate added messages and services with any dependencies listed here
generate_messages
(
DEPENDENCIES
actionlib_msgs geometry_msgs std_msgs
nav_msgs
actionlib_msgs geometry_msgs std_msgs
)
################################################
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
0
View file @
5cc4d833
...
...
@@ -56,9 +56,11 @@
<build_export_depend>
actionlib_msgs
</build_export_depend>
<build_export_depend>
geometry_msgs
</build_export_depend>
<build_export_depend>
std_msgs
</build_export_depend>
<build_export_depend>
nav_msgs
</build_export_depend>
<exec_depend>
actionlib_msgs
</exec_depend>
<exec_depend>
geometry_msgs
</exec_depend>
<exec_depend>
std_msgs
</exec_depend>
<exec_depend>
nav_msgs
</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
...
...
This diff is collapsed.
Click to expand it.
srv/get_opendrive_map.srv
0 → 100644
+
2
−
0
View file @
5cc4d833
---
nav_msgs/OccupancyGrid opendrive_map
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