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

Does RVIZ use PCL to render visual data?

asked 2016-04-19 22:27:06 -0500

jacksonkr_ gravatar image

I want to stream rviz data to my mobile device via kiwi but I can only do that if RVIZ is using PCL to render it's data because kiwi only streams in PCL data. I looked at the RVIZ source but couldn't see any trace of PCL.

Are PCL and RVIZ linked together at all? Or is there an easier way to stream RVIZ data to my mobile?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-04-19 22:52:58 -0500

William gravatar image

updated 2016-04-20 12:54:00 -0500

It doesn't use pcl. You can try http://robotwebtools.org/

Edit , you can also convert ROS pointclouds to PCL pointclouds ( http://wiki.ros.org/pcl_ros ) and then stream them to the KiwiViewer as PCL pointclouds using their network transport (not sure how they send the data to the device).

edit flag offensive delete link more

Comments

I checked out robotwebtools.org and that may be of some value but I have to look into it more. Your edit looks to be much more promising. I appreciate you revisiting this question to add that information. Thank you and +1 for the extra effort.

jacksonkr_ gravatar image jacksonkr_  ( 2016-04-20 16:40:03 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-19 22:27:06 -0500

Seen: 177 times

Last updated: Apr 20 '16