From edbb809221c832be8841da2d98760a374b5c93a0 Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Thu, 12 Dec 2024 11:50:29 -0500 Subject: [PATCH] update changelogs --- robot_calibration/CHANGELOG.rst | 14 ++++++++++++++ robot_calibration_msgs/CHANGELOG.rst | 3 +++ 2 files changed, 17 insertions(+) diff --git a/robot_calibration/CHANGELOG.rst b/robot_calibration/CHANGELOG.rst index 8b726e3e..fc9d6529 100644 --- a/robot_calibration/CHANGELOG.rst +++ b/robot_calibration/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog for package robot_calibration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* massive speedup of plane finder (`#191 `_) + * roughly 30x faster on VGA point cloud filtering + * KDL was 3x faster than using Eigen +* improve base calibration (`#190 `_) + * add rollout calibration using linear movements + * parameterize the calibration_steps +* improve LED finder (`#189 `_) + if the single pixel that is most changed has NANs, + don't immediately throw out the sample +* revert dependency on libfcl-dev (`#188 `_) +* Contributors: Michael Ferguson + 0.9.3 (2024-12-03) ------------------ * temporarily depend on libfcl-dev (`#185 `_) diff --git a/robot_calibration_msgs/CHANGELOG.rst b/robot_calibration_msgs/CHANGELOG.rst index ef3ec572..7e6fe3f2 100644 --- a/robot_calibration_msgs/CHANGELOG.rst +++ b/robot_calibration_msgs/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package robot_calibration_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.9.3 (2024-12-03) ------------------