From 577243aba71968308612046dc38a4b6aa2c05647 Mon Sep 17 00:00:00 2001 From: Felix Kloss Date: Tue, 17 Sep 2024 17:33:51 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6ec37..4b65a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ - Disable position limit checks during shutdown trajectory. This allows setting the rest position of the TriFingerPro to a more suitable position which is outside of the operation limits. +- Camera frame rate is not hard-coded anymore in `trifinger_data_backend` and + `trifinger_backend`. Instead it is fetched from the camera settings + (`trifinger_data_backend`) or the camera driver directly (`trifinger_backend`). ### Fixed - Update demo_data_logging to changed interface of the RobotLogger class.