Skip to content
Snippets Groups Projects
Commit 5bb19f4f authored by Davis, Duane T's avatar Davis, Duane T
Browse files

Static function name change in maps.py

GeometryMap.mineWorldMapFactory() to GeometryMap.iedWorldMapFactory()
parent 2ce5d6fa
No related branches found
No related tags found
No related merge requests found
......@@ -557,9 +557,9 @@ class GeometryMap(Map):
return GeometryMap((-35.01, -35.01), (35.01, 35.01), geometries)
@staticmethod
def mineWorldMapFactory():
def iedWorldMapFactory():
''' CS4313-specific static method that creates and returns a map
of the cs4313_project/minesearch_project/worlds/minefield.world
of the cs4313_project/ied_search_project/worlds/ied_field.world
Gazebo environment
'''
west_wall = geometry.LineSegment((-5.0, -5.0), (-5.0, 55.0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment