diff --git a/.travis.yml b/.travis.yml index 3c9951e..3e66a12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,12 +23,13 @@ env: - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch matrix: allow_failures: - - env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic - env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch branches: only: - master - develop + - kinetic-devel + - melodic-devel install: - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config script: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ad1298..eb55f5e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package hls_lfcd_lds_driver ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.0 (2019-01-23) +------------------ +* added lpthread library in Makefile +* added CI for ROS melodic +* modified hlds_laser_segment_publisher +* Contributors: Gilbert, Pyo + 1.0.0 (2018-05-29) ------------------ * modified max-range to avoid fencepost error. diff --git a/README.md b/README.md index 0242a52..f9319ed 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ - [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace) - [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver) - [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver) +- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator) - [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs) - [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator) - [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations) diff --git a/package.xml b/package.xml index b310b27..3ed3a19 100644 --- a/package.xml +++ b/package.xml @@ -1,17 +1,19 @@ hls_lfcd_lds_driver - 1.0.0 + 1.1.0 ROS package for LDS(HLS-LFCD2). 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. BSD - Darby Lim Pyo + Darby Lim + Gilbert JH Yang SP Kong Pyo + Gilbert http://wiki.ros.org/hls_lfcd_lds_driver http://turtlebot3.robotis.com https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver