Changelog for package mcl_3dl
0.6.0 (2021-05-12)
- Add option to load cloud through "load_pcd" service (#381)
- Update assets to v0.3.1 (#382)
- Update assets to v0.3.0 (#380)
- Update assets to v0.2.0 (#379)
- Contributors: Atsushi Watanabe, Remco
0.5.4 (2021-03-07)
- Add odom/imu/cloud_queue_size params (#375)
- Fix flaky tests (#376)
- Contributors: Atsushi Watanabe
0.5.3 (2021-02-26)
- Fix cloud accum reset on map update (#371)
- Contributors: Atsushi Watanabe
0.5.2 (2021-01-15)
- Fix potential "Time is out of dual 32-bit range" error (#367)
- Update assets to v0.1.4 (#365)
- Improve test stability (#363)
- Update assets to v0.1.3 (#362)
- Update assets to v0.1.2 (#361)
- Migrate to GitHub Actions (#357)
- Update assets to v0.0.10 (#356)
- Contributors: Atsushi Watanabe
0.5.1 (2020-10-26)
- Make hit_range independent from grid size and fix DDA hit/miss state (#350)
- Fix crushing when lidar poses are out of map (#351)
- Contributors: Atsushi Watanabe, Naotaka Hatao
0.5.0 (2020-10-15)
- Fix crushing when new map is received (#347)
- Ease condition for test of PointCloudSamplerWithNormal (#344)
- Add faster raycast algorithm using DDA (#343)
- Contributors: Naotaka Hatao
0.4.0 (2020-10-07)
- Fix typos of license (#340)
- Add PointCloudSamplerWithNormal (#339)
- Contributors: Naotaka Hatao
0.3.0 (2020-09-07)
- Switch beam model by map label field (#334)
- Update test script for latest catkin (#333)
- Remove references to sensor_msgs::PointCloud (#332)
- Update assets to v0.0.9 (#331)
- Improve expansion resetting/global localization test stability (#330)
- Fix global localization test parameter (#328)
- Avoid rate limit when fetching gh-ph-comment (#329)
- Update gh-pr-comment (#327)
- Retry codecov script download (#326)
- Improve test coverage (#325)
- Merge rostest coverage profiles (#324)
- Contributors: Atsushi Watanabe, f-fl0
0.2.5 (2020-05-27)
- Add validation for orientation of initial pose (#317)
- Update CI scripts (#318)
- Contributors: Atsushi Watanabe, Yuta Koga
0.2.4 (2020-05-08)
- Fix resampling failure of last particle (#313)
- Retry gpg keyserver on prerelease test (#312)
- Add filter class for Vec3 (#311)
- Refactor math functions (#310)
- Fix deprecation warning (#309)
- Split parameter loader code (#307)
- Contributors: Atsushi Watanabe, Naotaka Hatao
0.2.3 (2020-04-07)
- Update assets to v0.0.8 (#303)
- Fix flaky rostest nodes (#302)
- Update E2E test parameters (#301)
- Refactor CI scripts (#300)
- Add Noetic CI job (#296)
- Fix initialization of accumulated cloud header (#299)
- Support Noetic (#297)
- Contributors: Atsushi Watanabe
0.2.2 (2020-03-30)
- Make average number of accumulated clouds accurate (#293)
- Fix latching flag in demo bag (#294)
- Fix cloud accumulation logic (#290)
- Contributors: Atsushi Watanabe
0.2.1 (2020-02-03)
- Set DiagnosticStatus::OK as default (#283)
- Update assets to v0.0.7 (#282)
- Contributors: Atsushi Watanabe, Daiki Maekawa
0.2.0 (2020-01-18)
- Install consistent version of ros_buildfarm (#281)
- Run prerelease test with latest msgs package (#278)
- Expose internal errors and convergence status (#265)
- Document motion prediction model parameters (#277)
- Contributors: Atsushi Watanabe, Daiki Maekawa
0.1.7 (2020-01-06)
- Update assets to v0.0.6 (#273)
- Update assets to v0.0.5 (#272)
- Add catkin/bloom release actions (#269)
- Fix codecov setting (#270)
- Fix codecov config (#268)
- Migrate C math functions to C++ (#267)
- Enable particle initialization using covariances (#259)
- Contributors: Atsushi Watanabe, Naotaka Hatao
0.1.6 (2019-10-21)
- Clear odometry integration error on global localization (#257)
- Accelerate CI and prerelease test (#254)
- Contributors: Atsushi Watanabe
0.1.5 (2019-08-15)
- Split prerelease test job to avoid CI time-limit (#251)
- Speed-up covariance calculation during global localization (#248)
- Run prerelease test on release preparation PR (#246)
- Add a test for landmark measurement (#242)
- Add test case for expansion resetting service (#241)
- Test matched/unmatched debug outputs (#240)
- Add basic tests for State6DOF class (#239)
- Fix demo configuration and update README (#238)
- Add no-imu and no-odometry modes (#234)
- Add test case for obsolated compatibility mode (#237)
- Fix document file permission (#236)
- Add test for compatibility level check (#235)
- Fix ParticleFilter::resample() (#233)
- Drop ROS Indigo and Ubuntu Trusty support (#230)
- Disable CI build for indigo (#229)
- Refactor motion prediction models (#227)
- Refactor IMU measurement models (#226)
- Fix include directory priority (#225)
- Custom point type (#206)
- Fix transform object constness (#224)
- Add LICENSE file (#220)
- Add post-release test script (#218)
- Reduce memcpy in point cloud transform (#216)
- Contributors: Atsushi Watanabe, Naotaka Hatao
0.1.4 (2018-12-20)
- Fix IO figure (#212)
- Fix tf timestamp (#214)
- Add pf::ParticleFilter::appendParticle (#207)
- Fix pointer alignment style (#210)
- Migrate tf to tf2 (#208)
- Fix class member naming style (#205)
- Make lidar measurement model class (#195)
- Add I/O diagram to the document (#199)
- Update Algorithms.md (#198)
- Add apt-get upgrade to test Dockerfiles (#197)
- Add document for expansion resetting (#193)
- Add test for expansion resetting (#192)
- Add test for global localization (#188)
- Refactor likelihood calculation (#189)
- Add a comment to test_transform_failure (#184)
- Build mcl_3dl_msgs from source on CI (#185)
- Fix resampling (#183)
- Fix test failure on ROS buildfarm (#181)
- Fix catkin package definitions (#180)
- Add tf exception handling and change message level (#177)
- Relax codecov patch threshold (#179)
- Allow small coverage drop (#178)
- Fix test names (#176)
- Add build id to CI bot comment (#174)
- Fold CI bot comment (#173)
- Decrease bag playback rate in integration test (#172)
- Add test for NormalLikelihoodNd (#171)
- Report coverage only after successful test (#170)
- Add CI badges (#169)
- Add codecov covarage test (#168)
- Fix bot comment target slug (#167)
- Contributors: Atsushi Watanabe, So Jomura
0.1.3 (2018-06-23)
- Fix install of demo launch and config (#164)
- Update CI and add test on ROS Melodic (#155)
- Ignore gh-pr-comment failure (#162)
- Compile with PCL_NO_PRECOMPILE (#161)
- Fix rostest dependency (#160)
- Fix roslint dependency (#159)
- Update install instructions in README (#158)
- Update manifest format and fix CMakeLists (#157)
- Use mcl_3dl_msgs package (#152)
- Test with shadow-fixed repository (#154)
- Update CI bot environments (#150)
- Add encrypted token for image caching (#149)
- Fix migration instruction message (#147)
- Fix match ratio min/max check (#146)
- Add interfaces to ChunkedKdtree for external usages (#145)
- Install headers (#143)
- Contributors: Atsushi Watanabe
0.1.2 (2018-04-27)
- Workaround for debian stretch build (#140)
- Contributors: Atsushi Watanabe
0.1.1 (2018-04-25)
- Update CI settings (#136)
- Remove CMake warning message (#134)
- Contributors: Atsushi Watanabe