Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs4313_utilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS4313
cs4313_utilities
Commits
5bb19f4f
Commit
5bb19f4f
authored
1 year ago
by
Davis, Duane T
Browse files
Options
Downloads
Patches
Plain Diff
Static function name change in maps.py
GeometryMap.mineWorldMapFactory() to GeometryMap.iedWorldMapFactory()
parent
2ce5d6fa
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
src/cs4313_utilities/maps.py
+2
-2
2 additions, 2 deletions
src/cs4313_utilities/maps.py
with
2 additions
and
2 deletions
src/cs4313_utilities/maps.py
+
2
−
2
View file @
5bb19f4f
...
...
@@ -557,9 +557,9 @@ class GeometryMap(Map):
return
GeometryMap
((
-
35.01
,
-
35.01
),
(
35.01
,
35.01
),
geometries
)
@staticmethod
def
mine
WorldMapFactory
():
def
ied
WorldMapFactory
():
'''
CS4313-specific static method that creates and returns a map
of the cs4313_project/
mine
search_project/worlds/
mine
field.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
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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