Skip to content

Commit 8ecfb93

Browse files
committed
test(team_comm): update snapshots
as with upgrade to jazzy or packages floating point handling seems to have changed slightly
1 parent ae3d0c9 commit 8ecfb93

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Diff for: bitbots_team_communication/bitbots_team_communication/test/converter/__snapshots__/test_state_to_message_converter.ambr

+21-21
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# name: test_convert_ball_position
33
'''
44
position {
5-
x: 4.599999904632568
6-
y: 2.799999952316284
7-
z: 2.9000000953674316
5+
x: 4.6
6+
y: 2.8
7+
z: 2.9
88
}
99
velocity {
10-
x: 1.100000023841858
11-
y: 0.20000000298023224
12-
z: 0.30000001192092896
10+
x: 1.1
11+
y: 0.2
12+
z: 0.3
1313
}
1414
covariance {
1515
x {
@@ -33,9 +33,9 @@
3333
# ---
3434
# name: test_convert_current_pose
3535
'''
36-
x: 3.5999999046325684
37-
y: 1.7999999523162842
38-
z: 1.2167989015579224
36+
x: 3.6
37+
y: 1.8
38+
z: 1.2167989
3939

4040
'''
4141
# ---
@@ -97,23 +97,23 @@
9797
'''
9898
[player_id: 2
9999
position {
100-
x: 3.5999999046325684
101-
y: 1.7999999523162842
102-
z: 1.2167989015579224
100+
x: 3.6
101+
y: 1.8
102+
z: 1.2167989
103103
}
104104
team: BLUE
105105
, player_id: 3
106106
position {
107-
x: 3.5999999046325684
108-
y: 1.7999999523162842
109-
z: 1.2167989015579224
107+
x: 3.6
108+
y: 1.8
109+
z: 1.2167989
110110
}
111111
team: RED
112112
, player_id: 4
113113
position {
114-
x: 3.5999999046325684
115-
y: 1.7999999523162842
116-
z: 1.2167989015579224
114+
x: 3.6
115+
y: 1.8
116+
z: 1.2167989
117117
}
118118
]
119119
'''
@@ -128,9 +128,9 @@
128128
# name: test_convert_target_pose
129129
'''
130130
position {
131-
x: 2.5999999046325684
132-
y: 0.800000011920929
133-
z: 1.2167989015579224
131+
x: 2.6
132+
y: 0.8
133+
z: 1.2167989
134134
}
135135

136136
'''

0 commit comments

Comments
 (0)