Skip to content

Commit

Permalink
Release 0.1.5 (#250)
Browse files Browse the repository at this point in the history
* Update changelog

* 0.1.5
  • Loading branch information
at-wat authored Aug 16, 2019
1 parent dc294d4 commit 47db74b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
Changelog for package mcl_3dl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2019-08-15)
------------------
* Split prerelease test job to avoid CI time-limit (`#251 <https://github.com/at-wat/mcl_3dl/issues/251>`_)
* Speed-up covariance calculation during global localization (`#248 <https://github.com/at-wat/mcl_3dl/issues/248>`_)
* Run prerelease test on release preparation PR (`#246 <https://github.com/at-wat/mcl_3dl/issues/246>`_)
* Add a test for landmark measurement (`#242 <https://github.com/at-wat/mcl_3dl/issues/242>`_)
* Add test case for expansion resetting service (`#241 <https://github.com/at-wat/mcl_3dl/issues/241>`_)
* Test matched/unmatched debug outputs (`#240 <https://github.com/at-wat/mcl_3dl/issues/240>`_)
* Add basic tests for State6DOF class (`#239 <https://github.com/at-wat/mcl_3dl/issues/239>`_)
* Fix demo configuration and update README (`#238 <https://github.com/at-wat/mcl_3dl/issues/238>`_)
* Add no-imu and no-odometry modes (`#234 <https://github.com/at-wat/mcl_3dl/issues/234>`_)
* Add test case for obsolated compatibility mode (`#237 <https://github.com/at-wat/mcl_3dl/issues/237>`_)
* Fix document file permission (`#236 <https://github.com/at-wat/mcl_3dl/issues/236>`_)
* Add test for compatibility level check (`#235 <https://github.com/at-wat/mcl_3dl/issues/235>`_)
* Fix ParticleFilter::resample() (`#233 <https://github.com/at-wat/mcl_3dl/issues/233>`_)
* Drop ROS Indigo and Ubuntu Trusty support (`#230 <https://github.com/at-wat/mcl_3dl/issues/230>`_)
* Disable CI build for indigo (`#229 <https://github.com/at-wat/mcl_3dl/issues/229>`_)
* Refactor motion prediction models (`#227 <https://github.com/at-wat/mcl_3dl/issues/227>`_)
* Refactor IMU measurement models (`#226 <https://github.com/at-wat/mcl_3dl/issues/226>`_)
* Fix include directory priority (`#225 <https://github.com/at-wat/mcl_3dl/issues/225>`_)
* Custom point type (`#206 <https://github.com/at-wat/mcl_3dl/issues/206>`_)
* Fix transform object constness (`#224 <https://github.com/at-wat/mcl_3dl/issues/224>`_)
* Add LICENSE file (`#220 <https://github.com/at-wat/mcl_3dl/issues/220>`_)
* Add post-release test script (`#218 <https://github.com/at-wat/mcl_3dl/issues/218>`_)
* Reduce memcpy in point cloud transform (`#216 <https://github.com/at-wat/mcl_3dl/issues/216>`_)
* Contributors: Atsushi Watanabe, Naotaka Hatao

0.1.4 (2018-12-20)
------------------
* Fix IO figure (`#212 <https://github.com/at-wat/mcl_3dl/issues/212>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mcl_3dl</name>
<version>0.1.4</version>
<version>0.1.5</version>
<description>3-D/6-DOF localization for mobile robots with 3-D LIDAR(s)</description>

<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
Expand Down

0 comments on commit 47db74b

Please sign in to comment.