NVIDIA Jetson with LIDAR
Hardware
- NVIDIA Jetson ( we use NVIDIA Jetson Nano 4GB develop kit )
- RPLIDAR A1M8R6 ( 360 Degree Laser Scanner Development Kit )
What is RPlidar?
System Diagram
Install RPLidar SDK
RPLidar SDK
$ cd rplidar_sdk
$ make
Install rplidar_ros for ROS
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
Install ros-melodic
sudo apt install ros-melodic-desktop
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrc
Check the version
rosversion -d
Create the catkin root and source folders
clearros
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
Clone the github repository of RPLIDAR ROS package
git clone https://github.com/robopeak/rplidar_ros.git
cd ..
Run catkin_make to compile your catkin workspace
catkin_make
Run to source the environment with your current terminal.
source devel/setup.bash
Launch the RPlidar Node
roslaunch rplidar_ros view_rplidar.launch
Reference
Getting Started with the Low-Cost RPLIDAR Using NVIDIA Jetson Nano
https://collabnix.com/getting-started-with-the-low-cost-rplidar-using-jetson/RPLidar A2 – NVIDIA Jetson Development Kits
https://jetsonhacks.com/2018/12/07/rplidar-a2-nvidia-jetson-development-kits/
RPLiDAR A2M12 360 Degree Laser Scanner Kit - 12M Range
https://www.seeedstudio.com/RPLiDAR-A2M12-360-Degree-Laser-Scanner-Kit-12M-Range-p-5482.htmlRPLIDAR A1M8R6 - 360 Degree Laser Scanner Development Kit
https://www.thaieasyelec.com/product/582/rplidar-a1m8r6-360-degree-laser-scanner-development-kit