-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the CHANGELOG and version to release binary packages
- Loading branch information
1 parent
0c8aa98
commit 149fe32
Showing
4 changed files
with
19 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,9 @@ | ||
# hls_lfcd_lds_driver | ||
|
||
ROS package for HLDS HLS-LFCD LDS driver | ||
|
||
ROS Wiki: [hls_lfcd_lds_driver](http://wiki.ros.org/hls_lfcd_lds_driver) | ||
|
||
ROS Packages Maintainer: [ROBOTIS](http://wiki.ros.org/ROBOTIS) | ||
|
||
Manufacturer of the LDS: [Hitachi-LG Data Storage](http://hlds.co.kr/v2/e_index.html) | ||
|
||
Manual for the LDS: [ROBOTIS e-Manual](http://emanual.robotis.com/docs/en/platform/turtlebot3/appendix_lds_01) | ||
|
||
# Overview | ||
|
||
The hls_lfcd_lds_driver package is a driver for HLS(Hitachi-LG Sensor) LFCD LDS(Laser Distance Sensor). The LDS is a sensor sending the data to Host for the simultaneous localization and mapping (SLAM). Simultaneously the detecting obstacle data can also be sent to Host. HLDS(Hitachi-LG Data Storage) is developing the technology for the moving platform sensor such as Robot Vacuum Cleaners, Home Robot, Robotics Lawn Mower Sensor, etc. | ||
|
||
![HLS-LFCD2](http://wiki.ros.org/hls_lfcd_lds_driver?action=AttachFile&do=get&target=LDS.png) | ||
[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fhls_lfcd_lds_driver.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fhls_lfcd_lds_driver) [![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver) | ||
|
||
ROS package for HLDS HLS-LFCD LDS driver | ||
|
||
# User's Guide | ||
|
||
## Install | ||
``` | ||
sudo apt-get install ros-kinetic-hls-lfcd-lds-driver | ||
``` | ||
|
||
## Setting the permissions of HLS-LFCD2 | ||
``` | ||
sudo chmod a+rw /dev/ttyUSB0 | ||
``` | ||
|
||
## Run hlds_laser_publisher node | ||
``` | ||
roslaunch hls_lfcd_lds_driver hlds_laser.launch | ||
``` | ||
|
||
## Run hlds_laser_publisher node with RViz | ||
``` | ||
roslaunch hls_lfcd_lds_driver view_hlds_laser.launch | ||
``` | ||
|
||
# Report a Bug | ||
|
||
* [List Active Tickets](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver/issues) | ||
|
||
* [Open a New Ticket](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver/issues/new) | ||
# Documents | ||
- ROS Wiki: http://wiki.ros.org/hls_lfcd_lds_driver | ||
- ROBOTIS e-Manual: http://emanual.robotis.com/docs/en/platform/turtlebot3/appendix_lds_01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters