Skip to content

Commit

Permalink
Fixes ros-planning#13 for 5cm map only
Browse files Browse the repository at this point in the history
The map now matches in stage and RVIZ for move_base_fake_localization_5cm. I will look into the 2.5cm and 10cm maps when I have time.
  • Loading branch information
czyapp authored Jul 15, 2017
1 parent 1ec7d49 commit 182902a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions navigation_stage/stage_config/worlds/willow-pr2-5cm.world
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ floorplan
name "willow"
bitmap "../maps/willow-full-0.05.pgm"
size [58.25 47.25 1.0]
pose [ -23.625 29.125 0 90.000 ]
pose [ 29.125 23.625 0 0.000 ]
)

# throw in a robot
pr2( pose [ -21.670 47.120 0 28.166 ] name "pr2" color "blue")
block( pose [ -24.269 48.001 0 180.000 ] color "red")
pr2( pose [ 10.47 25.52 0.0 0.0 ] name "pr2" color "blue")
block( pose [ 10.3 26.84 0 180.000 ] color "red")

0 comments on commit 182902a

Please sign in to comment.