yujin_yrl_package repository

Repository Summary

Checkout URI https://github.com/yujinrobot/yujin_lidar.git
VCS Type git
VCS Version master
Last Updated 2022-05-02
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
yujin_yrl_package 1.0.0

README

Yujin LiDAR

Official Website: http://lidar.yujinrobot.com/

About Yujin LiDAR

YRL series LiDAR is designed to detect objects, measure distances from surroundings and collect data as point clouds. Yujin LiDAR is an optimized solution for indoor mapping, navigation, localization and other applications in a variety of industries including robotics, safety and security.

Videos of 3D SLAM and Obstacle Detection

ROS Package Maintenance

  • ROS Version: Melodic
  • Maintainer Status: Developed
  • Author: Ju Young Kim
  • License: BSD

Supported Hardware

  • YRL2-05 (2D, 5m)
  • YRL2-10 (2D, 10m)
  • YRL2-20 (2D, 20m)
  • YRL3-05 (3D, 5m)
  • YRL3-10 (3D, 10m)
  • YRL3-20 (3D, 20m)

ROS Package Installation

source /opt/ros/melodic/setup.bash
mkdir -p ~/catkin_ws/src/
cd ~/catkin_ws/src/
git clone https://
cd ..
catkin_make
source ~/catkin_ws/devel/setup.bash
rospack profile

ROS API

  • Package Name: yujin_yrl_package
  • Node Name: yrl_pub
  • Publisher Name : yrl_pub
  • Topic Name : yrl_cloud ### Parameters YRL ROS driver imports YRL Linux driver. To get and set parameters of YRL ROS driver, please use APIs explained in the manual.

QUICK START

rosrun yujin_yrl_package yrl_pub
rostopic echo /yrl_pub/yrl_cloud
rosrun rviz rviz

Additional Software

Viewer

  • Ubuntu 18.04 is required. #### For Linux: Dependency Installation
sudo apt-get install qt5-default

For Linux: Quick Start For Viewer

cd dir_of_Yujin_Lidar_Viewer
sudo -H ./Yujin_Lidar_Viewer.sh

Documents

  • Catalog
  • User manual
  • Communication Protocol Specification

- 2D/3D CAD

lidar Yujin Logo

CONTRIBUTING

No CONTRIBUTING.md found.