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

RGB2D Map using gmapping

asked 2013-02-14 17:45:53 -0500

Zee-Q gravatar image

updated 2014-01-28 17:15:15 -0500

ngrennan gravatar image

Hi all,

I am trying to add colour information in 2d occupancy map gmapping produce. My question is, more general, to achieve that out put where i should be looking in slam_gampping code?

Thanks in advance.

P.S My laser range finder and camera are already calibrated and i can represent any laser scan in camera pixel and extract its colour. The desired output should be colour map incorporated with the colour camera sees at that position instead of black and white map.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-18 22:11:42 -0500

fergs gravatar image

updated 2013-02-18 22:12:00 -0500

Within the gmapping package, you'll find that there is a simple ROS wrapper around the underlying library/app. Unfortunately, if you want to "add color" to each cell, you'd have to do that within the underlying library -- and I think that would involve going as far as changing the underlying representation of what a "laser scan" is within gmapping.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-14 17:45:53 -0500

Seen: 286 times

Last updated: Feb 18 '13