Skip to content

Commit 4684a80

Browse files
authored
Merge pull request #37 from ROBOTIS-GIT/develop
updated the CHANGELOG and version to release binary packages
2 parents 6fe744d + 879689c commit 4684a80

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ env:
2323
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
2424
matrix:
2525
allow_failures:
26-
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
2726
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
2827
branches:
2928
only:
3029
- master
3130
- develop
31+
- kinetic-devel
32+
- melodic-devel
3233
install:
3334
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3435
script:

CHANGELOG.rst

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

5+
1.1.0 (2019-01-23)
6+
------------------
7+
* added lpthread library in Makefile
8+
* added CI for ROS melodic
9+
* modified hlds_laser_segment_publisher
10+
* Contributors: Gilbert, Pyo
11+
512
1.0.0 (2018-05-29)
613
------------------
714
* modified max-range to avoid fencepost error.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
2222
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
2323
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
24+
- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator)
2425
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
2526
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
2627
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>hls_lfcd_lds_driver</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
ROS package for LDS(HLS-LFCD2).
77
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.
88
</description>
99
<license>BSD</license>
10-
<author email="thlim@robotis.com">Darby Lim</author>
1110
<author email="pyo@robotis.com">Pyo</author>
11+
<author email="thlim@robotis.com">Darby Lim</author>
12+
<author email="kkjong@robotis.com">Gilbert</author>
1213
<author>JH Yang</author>
1314
<author>SP Kong</author>
1415
<maintainer email="pyo@robotis.com">Pyo</maintainer>
16+
<maintainer email="kkjong@robotis.com">Gilbert</maintainer>
1517
<url type="website">http://wiki.ros.org/hls_lfcd_lds_driver</url>
1618
<url type="emanual">http://turtlebot3.robotis.com</url>
1719
<url type="repository">https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver</url>

0 commit comments

Comments
 (0)