Skip to content

Commit 1963c6d

Browse files
Fix typo in nav_msgs/LoadMap (#246)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent a9c3220 commit 1963c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav_msgs/srv/LoadMap.srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Or, relative to a ROS package: package://my_ros_package/maps/floor2.yaml
44
string map_url
55
---
6-
# Result code defintions
6+
# Result code definitions
77
uint8 RESULT_SUCCESS=0
88
uint8 RESULT_MAP_DOES_NOT_EXIST=1
99
uint8 RESULT_INVALID_MAP_DATA=2

0 commit comments

Comments
 (0)