File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def run(
93
93
if self .has_sent_landing_command :
94
94
command = commands .Command .create_land_command ()
95
95
96
- # finding nearest landing pad anf setting relative destination
96
+ # finding nearest landing pad and setting relative destination
97
97
elif not self .has_sent_landing_command and proximity < self .acceptance_radius ** 2 :
98
98
smallest_dist = float ("inf" )
99
99
for landing_pads in landing_pad_locations :
@@ -108,7 +108,7 @@ def run(
108
108
)
109
109
self .has_sent_landing_command = True
110
110
111
- # setting relative destination to waypoint
111
+ # setting relative destination to designated waypoint
112
112
elif proximity > self .acceptance_radius and not self .has_sent_landing_command :
113
113
command = commands .Command .create_set_relative_destination_command (
114
114
self .waypoint .location_x , self .waypoint .location_y
You can’t perform that action at this time.
0 commit comments