Skip to content

Commit

Permalink
test(team_comm): update snapshots
Browse files Browse the repository at this point in the history
as with upgrade to jazzy or packages floating point handling seems to
have changed slightly
  • Loading branch information
texhnolyze committed Dec 5, 2024
1 parent ae3d0c9 commit 8ecfb93
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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

'''
# ---
Expand Down Expand Up @@ -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
}
]
'''
Expand All @@ -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
}

'''
Expand Down

0 comments on commit 8ecfb93

Please sign in to comment.