Skip to content

Commit 919f477

Browse files
authored
Merge pull request #68 from 130s/feature-ubuntu1804ornewer
Release 0.3.3. Remove EoL distros. Add ROS1 M, N.
2 parents 219c319 + b7fefbd commit 919f477

17 files changed

Lines changed: 48 additions & 29 deletions

File tree

.travis.yml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
22
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
3-
sudo: required
4-
dist: trusty
3+
os: linux
4+
dist: bionic
5+
services:
6+
- docker
57
language: generic
68
compiler:
79
- gcc
@@ -13,30 +15,17 @@ notifications:
1315
- 130s@2000.jukuin.keio.ac.jp
1416
env:
1517
matrix:
16-
- USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17-
- USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
18-
- ROS_DISTRO="indigo" PRERELEASE=true
19-
- USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
20-
- USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
21-
- ROS_DISTRO="jade" PRERELEASE=true
2218
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
23-
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
2419
- ROS_DISTRO="kinetic" PRERELEASE=true
25-
- USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
26-
- USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
27-
- ROS_DISTRO="lunar" PRERELEASE=true
20+
- USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
21+
- ROS_DISTRO="melodic" PRERELEASE=true
22+
- USE_DEB=true ROS_DISTRO="noetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
23+
- ROS_DISTRO="noetic" PRERELEASE=true
2824
matrix:
2925
allow_failures:
30-
- env: USE_DEB=false ROS_DISTRO=indigo ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
31-
- env: ROS_DISTRO="indigo" PRERELEASE=true
32-
- env: USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
33-
- env: USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
34-
- env: USE_DEB=false ROS_DISTRO=jade ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
35-
- env: ROS_DISTRO="jade" PRERELEASE=true
3626
- env: ROS_DISTRO="kinetic" PRERELEASE=true
37-
- env: USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
38-
- env: USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
39-
- env: ROS_DISTRO="lunar" PRERELEASE=true
27+
- env: ROS_DISTRO="melodic" PRERELEASE=true
28+
- env: ROS_DISTRO="noetic" PRERELEASE=true
4029
install:
4130
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
4231
script:

laser_ortho_projector/CHANGELOG.rst

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

5+
0.3.3 (2021-02-15)
6+
------------------
7+
* [maintenance] update to use non deprecated pluginlib macro
8+
59
0.3.2 (2016-03-19)
610
------------------
711

laser_ortho_projector/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>laser_ortho_projector</name>
3-
<version>0.3.2</version>
3+
<version>0.3.3</version>
44
<description>
55
The laser_ortho_projector package calculates orthogonal projections of LaserScan messages.
66
</description>

laser_scan_matcher/CHANGELOG.rst

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

5+
0.3.3 (2021-02-15)
6+
------------------
7+
* update to use non deprecated pluginlib macro
8+
59
0.3.2 (2016-03-19)
610
------------------
711
* [feat] Publish Poses with Covariance (`#44 <https://github.com/ccny-ros-pkg/scan_tools/pull/44>`_)

laser_scan_matcher/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>laser_scan_matcher</name>
3-
<version>0.3.2</version>
3+
<version>0.3.3</version>
44
<description>
55
<p>
66
An incremental laser scan matcher, using Andrea Censi's Canonical Scan Matcher (CSM) implementation. See <a href="http://censi.mit.edu/software/csm/">the web site</a> for more about CSM. NOTE the CSM library is licensed under the GNU Lesser General Public License v3, whereas the rest of the code is released under the BSD license.

laser_scan_sparsifier/CHANGELOG.rst

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

5+
0.3.3 (2021-02-15)
6+
------------------
7+
* update to use non deprecated pluginlib macro
8+
59
0.3.2 (2016-03-19)
610
------------------
711

laser_scan_sparsifier/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>laser_scan_sparsifier</name>
3-
<version>0.3.2</version>
3+
<version>0.3.3</version>
44
<description>
55
The laser_scan_sparsifier takes in a LaserScan message and sparsifies it.
66
</description>

laser_scan_splitter/CHANGELOG.rst

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

5+
0.3.3 (2021-02-15)
6+
------------------
7+
* update to use non deprecated pluginlib macro
8+
59
0.3.2 (2016-03-19)
610
------------------
711

laser_scan_splitter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>laser_scan_splitter</name>
3-
<version>0.3.2</version>
3+
<version>0.3.3</version>
44
<description>
55
The laser_scan_splitter takes in a LaserScan message and splits it into a number of other LaserScan messages. Each of the resulting laser scans can be assigned an arbitrary coordinate frame, and is published on a separate topic.
66
</description>

ncd_parser/CHANGELOG.rst

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

5+
0.3.3 (2021-02-15)
6+
------------------
7+
58
0.3.2 (2016-03-19)
69
------------------
710

0 commit comments

Comments
 (0)