Skip to content

hhayoung/object_detection_gl_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GL-3 (Mechanical scanning 2D LiDAR)

Guide

  • Installation
$ cd ${ROS workspace}/src
$ git clone https://github.com/soslab-project/gl_ros_driver.git
$ cd $(ROS workspace)
$ catkin_make -DCMAKE_BUILD_TYPE=Release
  • Set permission of USB port
$ sudo chmod a+rw /dev/ttyUSB0
  • Set permission of USB port permanently
$ sudo usermod -a -G dialout $USER

and reboot.

  • Run GL-3 publisher node
$ roslaunch gl_ros_driver gl_ros_driver.launch
  • Run GL-3 publisher node with RViz
$ roslaunch gl_ros_driver view_gl_ros_driver.launch
  • Change serial port or frame_id in gl_ros_driver/launch/gl_ros_driver.launch

Published Topics

  • scan (sensor_msgs/LaserScan): it publishes scan topic from the laser.

Test environment

  • ROS Melodic Morenia, ROS Kinetic Kame
  • Ubuntu 16.04, Ubuntu 18.04
  • x86_64 (PC), aarch64 (Jetson series)

Application demo

About

Lidar sensor data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published