ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

projecting the map in rviz using map_server

asked 2014-04-02 02:38:57 -0500

RSA gravatar image

I want to use map_server as in this link:

wiki.ros.org/map_server

I built my map using mapper3 (basic)

the map should be projected in Rviz grid and should occupy it all, the centre of the map using mapper3 ( basic) should be the centre of the Rviz grid.

The problem is that the map is always shifted (the centres are not the same ) The centre of Rviz grid is the left down corner of the map image ( the image only occupy one quarter of the grid). How can I fix this problem?

Also, I have the error of No transform from [map] to [odom]

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-02 03:40:33 -0500

demmeln gravatar image

updated 2016-01-27 16:36:53 -0500

One thing you could do is manually edit the origin of the map in the yaml file. See http://wiki.ros.org/map_server#YAML_f...

EDIT: Could you update your question to include the launch file(s) you are using. Moreover, what is the fixed_frame of rviz set to?

EDIT2: It actually sounds like there is no transformation from your fixed frame to the frame_id of your map. Try chaning the fixed frame in rviz to map, or whatever your map's frame_id is.

edit flag offensive delete link more

Comments

The ymal file has the following image: testmap.png resolution: 0.1 origin: [0.0, 0.0, 0.0] occupied_thresh: 0.65 free_thresh: 0.196 negate: 0 I tried to change the origin to [-10 -10 0] or tp [10,10,0] but nothing changed, it gives the same result.

RSA gravatar image RSA  ( 2014-04-05 22:53:47 -0500 )edit

I too facing the problem did you fix it and how?

Kishore Kumar gravatar image Kishore Kumar  ( 2016-01-27 12:49:39 -0500 )edit

See my edit above.

demmeln gravatar image demmeln  ( 2016-01-27 16:37:03 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-04-02 02:38:57 -0500

Seen: 2,387 times

Last updated: Jan 27 '16