Skip to content

Commit

Permalink
Use a URL
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron committed Nov 25, 2019
1 parent bd5af35 commit 774d96f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nav_msgs/srv/LoadMap.srv
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ uint8 RESULT_INVALID_MAP_DATA=2
uint8 RESULT_INVALID_MAP_METADATA=2
uint8 RESULT_UNDEFINED_FAILURE=255

# 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
---
# Returned map is only valid if result equals RESULT_SUCCESS
nav_msgs/OccupancyGrid map
Expand Down

0 comments on commit 774d96f

Please sign in to comment.