Skip to content

Commit 48bc8cc

Browse files
authored
Add LGPL license reference for laser_scan_matcher to be consistent with package.xml
1 parent 8b823d9 commit 48bc8cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ laser_ortho_projector:
55
- License: BSD-3-Clause
66

77
laser_scan_matcher
8-
- License: BSD-3-Clause
8+
- License: BSD-3-Clause, LGPL
99
- Note: The CSM dependency is LGPL-3.0 licensed and depends on either [GSL](https://www.gnu.org/software/gsl/), which is GPL-3.0 or [eigen](https://eigen.tuxfamily.org/), which is MPL-2.0, depending on the version of CSM.
1010

1111
laser_scan_sparsifier:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Laser scan processing tools. The meta-package contains:
1111

1212
* `laser_scan_matcher`: an incremental laser scan matcher, using Andrea Censi's Canonical
1313
Scan Matcher (CSM) implementation [1].
14-
- License: BSD-3-Clause
14+
- License: BSD-3-Clause, LGPL
1515
- Note: CSM is LGPL-3.0 licensed and depends on either [GSL](https://www.gnu.org/software/gsl/), which is GPL-3.0 or [eigen](https://eigen.tuxfamily.org/), which is MPL-2.0, depending on the version of CSM.
1616

1717
* `laser_scan_sparsifier`: takes in a LaserScan message and sparsifies it

0 commit comments

Comments
 (0)