ROS Wrapper
LIPS AE Series SDK is fully compatible with ROS. In this article, we demonstrate how to use ROS wrapper to access 3D cameras and display pointcloud in Rviz viewer.
Prerequisite
Install AE Series SDK
ROS Installation
Method 1: Docker (ROS Noetic + Ubuntu 20.04)
We provide ready to use docker image for AE400 ROS wrapper.
Method 2: Install Manually
we use Ubuntu 20.04 and ROS Noetic in the following tutorial. You can also find official install documentation here
Install ROS via apt
Install dependencies
Install some useful ROS packages (e.g. rviz viewer)
Before using any ROS command, some environment variables need to be setup. You can do that by executing
setup.bash
which ROS provide
Initialize ROS and install all ROS dependencies
Using ROS Wrapper
Create the workspace
Clone ROS application source code
Install all dependencies
Launch ROS Application
Launch ROS service
Start a new Terminal and launch rviz.
Set
Fixed Frame
tocamera_depth_frame
on the left menu.
Click
Add
from left menu. On theBy topic
tab, addDepthCloud
topic.
Now, you can see the pointcloud on rviz
Last updated