How to write python code to read pointcloud data from a bag file and display using RVIZ api ?. Can any one help me where to find RVIZ python APIs ? to read bag file and display

asked 2019-04-15 04:06:55 -0500

rahi444 gravatar image

I've a bag file. I need to write a Python Application which reads that bag file and display on RVIZ. but i'm not finding any RVIZ APIs tutorial to use. Could you please help me how to proceed in this task ? Thanks

edit retag flag offensive close merge delete

Comments

rosbag play the bag file, and use the point cloud rviz display to subscribe to the point cloud topic from the bag.

lucasw gravatar image lucasw  ( 2019-04-15 09:58:56 -0500 )edit