Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
011a8465
Commit
011a8465
authored
5 years ago
by
Matthew Hansen
Committed by
Matt Hansen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use LoadMap.srv from common interfaces
parent
810bcccd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_msgs/srv/LoadMap.srv
+6
-14
6 additions, 14 deletions
nav2_msgs/srv/LoadMap.srv
with
6 additions
and
14 deletions
nav2_msgs/srv/LoadMap.srv
+
6
−
14
View file @
011a8465
# Type definitions
uint8 TYPE_FILE=0
uint8 TYPE_URL=1
# Type of map resource
uint8 type
# ID of map resource
string map_id
# URL of map resource
# Can be an absolute path to a file: file:///path/to/maps/floor1.yaml
# Or, relative to a ROS package: package://my_ros_package/maps/floor2.yaml
string map_url
---
# Result code defintions
uint8 RESULT_SUCCESS=0
uint8 RESULT_
INVALID_TYPE
=1
uint8 RESULT_
MAP_ID_DOES_NOT_EXIST
=2
uint8 RESULT_
MAP_DOES_NOT_EXIST
=1
uint8 RESULT_
INVALID_MAP_DATA
=2
uint8 RESULT_INVALID_MAP_METADATA=3
uint8 RESULT_INVALID_MAP_DATA=4
uint8 RESULT_UNDEFINED_FAILURE=255
# Returned map is only valid if result equals RESULT_SUCCESS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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