Problem positioning map
I have a problem positioning a map. In may Stage is the map good positioned, but in rviz is it totally different, how can I change that?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
If you are using map_server to publish the map, then you can change the location of the map origin in the corresponding YAML file.
Asked: 2014-05-15 11:55:27 -0600
Seen: 219 times
Last updated: May 15 '14
How to visualize surface normals as Marker::Arrow for each point in rviz?
Is it possible to have memory mapped messages in ROS?
Corrected Odometry from GMapping / Karto?
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
Problem running stage navigation tutorial
Starting rviz, failed to initialize ogre, cannot find RenderSystem_GL.so
rviz installation issues on 64bit snow-leopard using ROS Diamondback
Perhaps you just have to change your fixed frame to /map in rviz.
I tried, but it's not a solution
You should give more details about what you are trying. Note that the map in Stage is not really a map in the sense of being some model or reference used by the robot, but rather it is the ground truth used by Stage for simulation, and your robot may not have direct access to it.