You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: laser_scan_matcher/package.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<package>
2
2
<name>laser_scan_matcher</name>
3
-
<version>0.3.2</version>
3
+
<version>0.3.3</version>
4
4
<description>
5
5
<p>
6
6
An incremental laser scan matcher, using Andrea Censi's Canonical Scan Matcher (CSM) implementation. See <ahref="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.
Copy file name to clipboardExpand all lines: laser_scan_splitter/package.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<package>
2
2
<name>laser_scan_splitter</name>
3
-
<version>0.3.2</version>
3
+
<version>0.3.3</version>
4
4
<description>
5
5
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.
0 commit comments