Intel RealSense D435i setup for ROS Noetic
Setting up ROS Package of Intel RealSense
Note
We use noetic ROS Distribution
Make the Workspace for Intel RealSense ROS Package
Building the Package
Adding Source File to bashrc
Running the Camera
Launch the rs_camera.launch launch file located in realsense2_camera package
Launch rviz to Visualize the Camera Feed and Depth
In Fixed Frame, select camera_color_optical_frame
Then Click add, goto By topic, expand /camera, /color and /image_raw, select camera with raw option and then click Ok.
It would show the Camera Feed in the Bottom Left
Then Click add, goto By topic, expand /camera, /depth, /color and /points, select PointCloud2 and then click Ok.
It would show the Depth with color.
Select Points in the Style Parameter to get a better Visualization
Last updated