Skip to content

Commit a97dfe1

Browse files
authored
Merge pull request #50 from ROBOTIS-GIT/ros2-devel
eloquent, foxy support
2 parents 626081d + afd54d5 commit a97dfe1

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,28 @@ services:
22
- docker
33

44
language:
5-
- none
5+
- generic
66

77
notifications:
88
email:
99
on_success: change
1010
on_failure: always
1111
recipients:
12-
- pyo@robotis.com
13-
- thlim@robotis.com
12+
- willson@robotis.com
1413

1514
branches:
1615
only:
1716
- ros2
1817
- ros2-devel
1918
- dashing-devel
19+
- eloquent-devel
20+
- foxy-devel
2021

2122
install:
2223
- git clone --quiet --depth 1 https://github.com/ROBOTIS-GIT/ros2ci.git .ros2ci
2324

2425
matrix:
2526
include:
2627
- script: .ros2ci/travis.bash dashing
27-
28+
- script: .ros2ci/travis.bash eloquent
29+
- script: .ros2ci/travis.bash nightly

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package hls_lfcd_lds_driver
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2020-07-13)
6+
------------------
7+
* ROS 2 Eloquent Elusor supported
8+
* ROS 2 Foxy Fitzroy supported
9+
* Contributors: Will Son
10+
511
2.0.0 (2019-08-20)
612
------------------
713
* Supported ROS 2 Dashing Diademata

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
<img src="http://emanual.robotis.com/assets/images/platform/turtlebot3/appendix_lds/lds.png" width="400">
33

44
## ROS 1 Packages for LDS-01 Driver
5-
|develop|master|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
6-
|:---:|:---:|:---:|:---:|
7-
|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=develop)](https://travis-ci.org/ROBOTIS-GIT/hls_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)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|
8-
5+
|develop|master|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|Noetic + Ubuntu Focal|
6+
|:---:|:---:|:---:|:---:|:---:|
7+
|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=develop)](https://travis-ci.org/ROBOTIS-GIT/hls_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)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=noetic-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|
98
## ROS 2 Packages for LDS-01 Driver
10-
|ros2-devel|ros2|Dashing + Ubuntu Bionic|
11-
|:---:|:---:|:---:|
12-
|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=ros2-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=ros2)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=dashing-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|
9+
|ros2-devel|ros2|Dashing + Ubuntu Bionic|Eloquent + Ubuntu Bionic|Foxy + Ubuntu Foxy|
10+
|:---:|:---:|:---:|:---:|:---:|
11+
|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=ros2-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=ros2)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=dashing-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=eloquent-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver.svg?branch=foxy-devel)](https://travis-ci.org/ROBOTIS-GIT/hls_lfcd_lds_driver)|
1312

1413
## ROBOTIS e-Manual for TurtleBot3 and LDS-01
1514
- [ROBOTIS e-Manual for TurtleBot3 and LDS-01](http://turtlebot3.robotis.com/)

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>hls_lfcd_lds_driver</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>
77
ROS package for LDS(HLS-LFCD2).
88
The LDS (Laser Distance Sensor) 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.
@@ -12,7 +12,7 @@
1212
<author email="pyo@robotis.com">Pyo</author>
1313
<author>JH Yang</author>
1414
<author>SP Kong</author>
15-
<maintainer email="pyo@robotis.com">Pyo</maintainer>
15+
<maintainer email="willson@robotis.com">Will Son</maintainer>
1616
<url type="website">http://wiki.ros.org/hls_lfcd_lds_driver</url>
1717
<url type="emanual">http://turtlebot3.robotis.com</url>
1818
<url type="repository">https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver</url>

0 commit comments

Comments
 (0)