Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
49e129dd
Commit
49e129dd
authored
5 years ago
by
Steven Macenski
Browse files
Options
Downloads
Patches
Plain Diff
make sure all layer masters are case similar
parent
07cb037e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nav2_costmap_2d/src/costmap_2d_publisher.cpp
+1
-1
1 addition, 1 deletion
nav2_costmap_2d/src/costmap_2d_publisher.cpp
nav2_util/src/costmap.cpp
+1
-1
1 addition, 1 deletion
nav2_util/src/costmap.cpp
with
2 additions
and
2 deletions
nav2_costmap_2d/src/costmap_2d_publisher.cpp
+
1
−
1
View file @
49e129dd
...
...
@@ -227,7 +227,7 @@ Costmap2DPublisher::costmap_service_callback(
response
->
map
.
metadata
.
size_x
=
size_x
;
response
->
map
.
metadata
.
size_y
=
size_y
;
response
->
map
.
metadata
.
resolution
=
costmap_
->
getResolution
();
response
->
map
.
metadata
.
layer
=
"
M
aster"
;
response
->
map
.
metadata
.
layer
=
"
m
aster"
;
response
->
map
.
metadata
.
map_load_time
=
current_time
;
response
->
map
.
metadata
.
update_time
=
current_time
;
response
->
map
.
metadata
.
origin
.
position
.
x
=
costmap_
->
getOriginX
();
...
...
This diff is collapsed.
Click to expand it.
nav2_util/src/costmap.cpp
+
1
−
1
View file @
49e129dd
...
...
@@ -87,7 +87,7 @@ void Costmap::set_test_costmap(const TestCostmap & testCostmapType)
{
costmap_properties_
.
map_load_time
=
node_
->
now
();
costmap_properties_
.
update_time
=
node_
->
now
();
costmap_properties_
.
layer
=
"
M
aster"
;
costmap_properties_
.
layer
=
"
m
aster"
;
costmap_properties_
.
resolution
=
1
;
costmap_properties_
.
size_x
=
10
;
costmap_properties_
.
size_y
=
10
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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