ros-planning / navigation_tutorials

Tutorials about using the ROS Navigation stack.
281 stars 109 forks source link

Map doesn't synchronize on RVIZ #13

Open czyapp opened 7 years ago

czyapp commented 7 years ago

When i try to run the launch file: _move_base_fake_localization2.5cm.launch, there are 2 issues:

  1. The map is not synchronized such as follow: screenshot from 2017-07-13 15-44-33 I searched online that we should edit the origin of the map but I couldn't find out where to do so. Couldn't find a map.yaml file in the navigation repo too.

  2. The stage window doesn't show up when I launch the file.

p/s: I'm using ROS kinetic and cloned the tutorial from indigo-devel.

Thanks.

wjwwood commented 7 years ago

This is probably related to https://github.com/ros-planning/navigation_tutorials/pull/8 and https://github.com/ros-planning/navigation_tutorials/pull/10.

The files which control this are in this repository:

If you find a way to fix it, then please think about a pull request.

czyapp commented 7 years ago

I submitted a pull request in #14 . Let me know if that look alright. Cheers.

BITchenji commented 5 years ago

Is there a python version of this tutorial?