Visualise the point cloud on RVIZ plane with images.
Apr 27, 2021
Terminal 1:
roscore
Terminal 2:
Go to the directory where the rosbag file is present
Command : rosbag play -l <ros_bag_name>
Terminal 3:
To check the topics that are being published
Command : rostopic list
Terminal 4 :
Command : rviz
In opened GUI of RVIZ
- Change the fixed frame to velo_link
- Add -> pointcloud2 -> Change the topic
- Add -> Image -> Choose the topic based on requirement.
Commands:
- To see the info of ros topic
command : rostopic info </topic_name>
2. To see the ros message info.
command : rosmsg info </message_type>