Skip to content

Commit

Permalink
test: disregard final tracking error in lethal obstacle test
Browse files Browse the repository at this point in the history
  • Loading branch information
rokusottervanger committed Feb 3, 2022
1 parent fd64003 commit 3aca4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_path_tracking_pid.test
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<test test-name="rostest_path_lethal_obstacle" pkg="path_tracking_pid" type="test_path_tracking_pid.py" time-limit="300.0" >
<rosparam param="obstacles">[[10.0, 10.0]]</rosparam>
<rosparam param="outcome">4</rosparam> <!-- cancelled -->
<rosparam param="max_tracking_error_linear_y">1.0</rosparam> <!-- not interested in tracking error for this test -->
</test>
<test test-name="rostest_path_close_obstacle" pkg="path_tracking_pid" type="test_path_tracking_pid.py" time-limit="300.0" >
<rosparam param="obstacles">[[15.0, -8.0]]</rosparam>
Expand Down

0 comments on commit 3aca4c1

Please sign in to comment.