Skip to content

Commit

Permalink
Updated map repository
Browse files Browse the repository at this point in the history
and adapted test in respect to map fix

Change-Id: I410e7b7d89eaca5f34e08e5c2356bb81d744d5ea
  • Loading branch information
berndgassmann committed Jul 23, 2021
1 parent f01ad49 commit d937f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ad_rss_map_integration/python/tests/interface_test.py
Expand Up @@ -189,7 +189,7 @@ def test_interface(self):
longitudinal_distance = rss_situation_snapshot.situations[0].relativePosition.longitudinalDistance

self.assertTrue(rss_proper_response.isSafe)
self.assertEqual(longitudinal_distance, ad.physics.Distance(104.415))
self.assertEqual(longitudinal_distance, ad.physics.Distance(104.411))

self.world_model.timeIndex += 1

Expand Down

0 comments on commit d937f16

Please sign in to comment.