Skip to content

Commit

Permalink
Updated docstrings to reference moving obstacles #16
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBerry committed Sep 27, 2022
1 parent f3d0a64 commit b33c0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flight/avoidance/obstacle_avoidance.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Contains an obstacle avoidance function
Contains a moving obstacle avoidance function
"""

from typing import Optional
Expand All @@ -16,7 +16,7 @@ async def calculate_avoidance_path(
drone: System, obstacle: Obstacle, position: Optional[Position]
) -> list[Coordinate]:
"""
Given a drone and an obstacle, calculates a path avoiding the obstacle
Given a drone and a moving obstacle, calculates a path avoiding the obstacle
Parameters
----------
Expand Down

0 comments on commit b33c0c7

Please sign in to comment.