How to playback pointcloud in rviz which was recorded using rosbag
Hi my friends, I am quite new to ROS and pointcloud. I am running some experiments with pointcloud using kinect.
after running roslaunch openni_launch openni.launch
and rosbag record /camera/depth/points
for a few seconds, i terminate the recording and get a .bag file in /bagfile.
Now i want to play back the .bag file and visualize it in rviz. Any clue how to achieve this?
Thanks a lot for your kind instruction!