Skip to content

Commit

Permalink
Update MAVProxy/modules/mavproxy_soar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanf55 authored Jan 14, 2025
1 parent 4e559ae commit c5e8076
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MAVProxy/modules/mavproxy_soar.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def mavlink_packet(self, m):
self._x = m.value
elif m.name == "SOAREKFX3":
self._y = m.value
elif m.name == "SOARECX":
pass
elif m.name == "SOARECY":
pass
else:
raise NotImplementedError(m.name)

Expand Down

0 comments on commit c5e8076

Please sign in to comment.