Skip to content

Commit e48d868

Browse files
authored
Merge pull request #87 from 130s/release-0.4.0
0.4.0
2 parents e463985 + 240e1bc commit e48d868

16 files changed

Lines changed: 52 additions & 8 deletions

File tree

laser_ortho_projector/CHANGELOG.rst

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

5+
0.4.0 (2023-02-19)
6+
------------------
7+
* Maintenance: Clarify licenses. `#80 <https://github.com/ccny-ros-pkg/scan_tools/issues/80>`_
8+
* Contributors: Marc Alban
9+
510
0.3.3 (2021-02-15)
611
------------------
712
* [maintenance] update to use non deprecated pluginlib macro

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.3</version>
3+
<version>0.4.0</version>
44
<description>
55
The laser_ortho_projector package calculates orthogonal projections of LaserScan messages.
66
</description>

laser_scan_matcher/CHANGELOG.rst

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

5+
0.4.0 (2023-02-19)
6+
------------------
7+
* Fix: covariance calculations `#78 <https://github.com/ccny-ros-pkg/scan_tools/issues/78>`_
8+
* Fix: Refactor and correct prediction code and transforms. `#79 <https://github.com/ccny-ros-pkg/scan_tools/issues/79>`_
9+
* Fix: the laser frame_id in the demo bag to remove the leading slash. `#77 <https://github.com/ccny-ros-pkg/scan_tools/issues/77>`_
10+
* Fix: Built for ROS1 `#82 <https://github.com/ccny-ros-pkg/scan_tools/issues/82>`_
11+
* Maintenance: Clarify licenses. `#80 <https://github.com/ccny-ros-pkg/scan_tools/issues/80>`_
12+
* Contributors: Marc Alban
13+
14+
515
0.3.3 (2021-02-15)
616
------------------
717
* update to use non deprecated pluginlib macro

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.3</version>
3+
<version>0.4.0</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package laser_scan_sparsifier
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.4.0 (2023-02-19)
6+
------------------
7+
* Fix: missing type placeholder `#62 <https://github.com/ccny-ros-pkg/scan_tools/issues/62>`_
8+
* Contributors: Jochen Sprickerhof
9+
510
0.3.3 (2021-02-15)
611
------------------
712
* update to use non deprecated pluginlib macro

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.3</version>
3+
<version>0.4.0</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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package laser_scan_splitter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.4.0 (2023-02-19)
6+
------------------
7+
58
0.3.3 (2021-02-15)
69
------------------
710
* update to use non deprecated pluginlib macro

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.3</version>
3+
<version>0.4.0</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.4.0 (2023-02-19)
6+
------------------
7+
58
0.3.3 (2021-02-15)
69
------------------
710

ncd_parser/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>ncd_parser</name>
3-
<version>0.3.3</version>
3+
<version>0.4.0</version>
44
<description>
55
The ncd_parser package reads in .alog data files from the New College Dataset and broadcasts scan and odometry messages to ROS.
66
</description>

0 commit comments

Comments
 (0)