Skip to content

Commit

Permalink
Fix typo in nav_msgs/LoadMap (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard authored Apr 24, 2024
1 parent a9c3220 commit 1963c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav_msgs/srv/LoadMap.srv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Or, relative to a ROS package: package://my_ros_package/maps/floor2.yaml
string map_url
---
# Result code defintions
# Result code definitions
uint8 RESULT_SUCCESS=0
uint8 RESULT_MAP_DOES_NOT_EXIST=1
uint8 RESULT_INVALID_MAP_DATA=2
Expand Down

0 comments on commit 1963c6d

Please sign in to comment.