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) ------------------