Skip to content

Commit 994a9c2

Browse files
committed
fix version and ci
1 parent ed103c4 commit 994a9c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ros-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
# ros_distribution: foxy
3030
# ros_version: 2
3131
# Galactic Geochelone (May 2021)
32-
# - docker_image: ubuntu:focal
33-
# ros_distribution: galactic
34-
# ros_version: 2
32+
- docker_image: ubuntu:focal
33+
ros_distribution: galactic
34+
ros_version: 2
3535
# Rolling
3636
- docker_image: ubuntu:focal
3737
ros_distribution: rolling

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package hls_lfcd_lds_driver
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
2.0.3 (2021-07-15)
5+
2.0.4 (2021-07-15)
66
------------------
77
* fix linker error
88
* Contributors: goekce, Will Son

package.xml

Lines changed: 1 addition & 1 deletion
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.2</version>
5+
<version>2.0.4</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.

0 commit comments

Comments
 (0)