Skip to content

Commit

Permalink
Update Point docstring to include meters as units #16
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBerry committed Oct 11, 2022
1 parent d8b8bda commit 2c77262
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
Expand Up @@ -27,9 +27,9 @@ class Point:
Attributes
----------
utm_x : float
The x-coordinate of this point in the UTM coordinate system
The x-coordinate of this point, in meters, in UTM coordinates
utm_y : float
The y-coordinate of this point in the UTM coordinate system
The y-coordinate of this point, in meters, in UTM coordinates
utm_zone_number : int
The UTM zone this point is in
utm_zone_letter : str
Expand Down

0 comments on commit 2c77262

Please sign in to comment.