From 8ecfb9396b09744eac5677329b9938da4d22a87a Mon Sep 17 00:00:00 2001 From: texhnolyze Date: Mon, 25 Nov 2024 17:48:08 +0100 Subject: [PATCH] test(team_comm): update snapshots as with upgrade to jazzy or packages floating point handling seems to have changed slightly --- .../test_state_to_message_converter.ambr | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/bitbots_team_communication/bitbots_team_communication/test/converter/__snapshots__/test_state_to_message_converter.ambr b/bitbots_team_communication/bitbots_team_communication/test/converter/__snapshots__/test_state_to_message_converter.ambr index 12cf92053..57ca74e24 100644 --- a/bitbots_team_communication/bitbots_team_communication/test/converter/__snapshots__/test_state_to_message_converter.ambr +++ b/bitbots_team_communication/bitbots_team_communication/test/converter/__snapshots__/test_state_to_message_converter.ambr @@ -2,14 +2,14 @@ # name: test_convert_ball_position ''' position { - x: 4.599999904632568 - y: 2.799999952316284 - z: 2.9000000953674316 + x: 4.6 + y: 2.8 + z: 2.9 } velocity { - x: 1.100000023841858 - y: 0.20000000298023224 - z: 0.30000001192092896 + x: 1.1 + y: 0.2 + z: 0.3 } covariance { x { @@ -33,9 +33,9 @@ # --- # name: test_convert_current_pose ''' - x: 3.5999999046325684 - y: 1.7999999523162842 - z: 1.2167989015579224 + x: 3.6 + y: 1.8 + z: 1.2167989 ''' # --- @@ -97,23 +97,23 @@ ''' [player_id: 2 position { - x: 3.5999999046325684 - y: 1.7999999523162842 - z: 1.2167989015579224 + x: 3.6 + y: 1.8 + z: 1.2167989 } team: BLUE , player_id: 3 position { - x: 3.5999999046325684 - y: 1.7999999523162842 - z: 1.2167989015579224 + x: 3.6 + y: 1.8 + z: 1.2167989 } team: RED , player_id: 4 position { - x: 3.5999999046325684 - y: 1.7999999523162842 - z: 1.2167989015579224 + x: 3.6 + y: 1.8 + z: 1.2167989 } ] ''' @@ -128,9 +128,9 @@ # name: test_convert_target_pose ''' position { - x: 2.5999999046325684 - y: 0.800000011920929 - z: 1.2167989015579224 + x: 2.6 + y: 0.8 + z: 1.2167989 } '''