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

How to visualize colored pointclouds in rviz?

asked 2011-03-29 03:55:10 -0500

updated 2011-03-29 05:21:56 -0500

Hi folks,

I want to show rgb values of a point cloud in rviz where I store some information inside the rgb channels. However, there is not any choice named "channel", as it is shown here.

I've tried to add various builtin display types, such as PointCloud2, PointCloud and even LaserScan but none of them contains a channel field.

I've tried to add plugins as it is mentioned in this question. But I couldn't add any plugin via the Plugins->Manage tab of the rviz. So, I cannot obtain something like this.

I've checked the rviz folder in case there might be a folder named plugins or anything related to the plugins but no success.

I tried rviz --help but no information there also.

Can someone please tell me how can we do such a simple thing:) ?

Thanks

edit retag flag offensive close merge delete

Comments

What is the "type" of the points in the PointCloud2 you are publishing?
Eric Perko gravatar image Eric Perko  ( 2011-03-29 05:56:26 -0500 )edit
They are in the type of pcl::PointXYZRGB and I obtain the RBG values in 24bit packaged format.
Kadir Firat Uyanik gravatar image Kadir Firat Uyanik  ( 2011-03-29 06:47:12 -0500 )edit
If you want to treat an arbitrary channel in the PointCloud as an intensity value, there is a patch for that. See https://code.ros.org/trac/ros-pkg/ticket/4610 . If you checkout trunk of the visualization stack and rebuild rviz, you should have access to that functionality to try it out.
Eric Perko gravatar image Eric Perko  ( 2011-03-29 07:58:16 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2011-03-29 06:25:41 -0500

If the pointcloud is of type XYZRGB you should be able to select RGB8 under "Color Transformer".

edit flag offensive delete link more

Comments

I had tried Color Transformer with RGB, rgb and so on, but not RGB8. Thanks..Btw, does "8" in RGB8 stands for 0-255 scale(= 8bit total) or 8 bit/channel? Because as I said before, pointcloud stores 24bit color value in the rgb field.
Kadir Firat Uyanik gravatar image Kadir Firat Uyanik  ( 2011-03-29 06:57:16 -0500 )edit
I think it does stand for 8 bits per channel.
JediHamster gravatar image JediHamster  ( 2011-03-29 07:11:32 -0500 )edit
0

answered 2011-03-29 07:53:36 -0500

Guys,

Is rviz documentation a little outdated? In the channel section of the wiki-page there is no information like RGB8 as mentioned above.

Besides, I tried to set the Color Transformer to other channels like curvature and curvatures, but no success.

How can we visualize curvature values rather than adding this information to the rgb channel of the pointcloud?

Thanks

edit flag offensive delete link more

Comments

Please update your question with any new information instead of posting it as an answer. This will help keep ROS Answers organized and easier to search in the future. Thanks!
Eric Perko gravatar image Eric Perko  ( 2011-03-29 07:56:28 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2011-03-29 03:55:10 -0500

Seen: 9,733 times

Last updated: Mar 29 '11