Skip to content

Commit

Permalink
increased distance threshold (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed May 18, 2018
1 parent 64545f5 commit 0edd8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtletest/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def build_mission(map_file: str,
end_x: float,
end_y: float,
base_launch_file: str = os.path.join(os.path.dirname(__file__), 'robotest.launch'), # noqa: pycodestyle
distance_threshold: float = 0.2
distance_threshold: float = 0.3
) -> Mission:
pos_start = (start_x, start_y)
pos_target = (end_x, end_y)
Expand Down

0 comments on commit 0edd8c1

Please sign in to comment.