question about costmap & map.

asked 2017-02-18 06:12:56 -0500

asimay_y gravatar image

updated 2017-02-18 06:13:29 -0500

hi, all,

I'm writing some planner plugin, and find something confusing.

in navigation costmap, the map array data is organized by column, and we can know that data of X positive axis is point to right, Y positive axis is point to down.

but it is strange in stage simulator or rviz map, it is not like above, the map element data in rviz shows that the X positive axis is point to right, Y positive axis is point to up.

so why this happen? am i missing something?

Please feel free to rectify me. thanks!

edit retag flag offensive close merge delete