Skip to content

Commit

Permalink
gimbal: remove old protocol
Browse files Browse the repository at this point in the history
It's time to sunset the old gimbal v1 protocol and simplify the
gimbal plugin implementation around v2. The auto-detection
between v1 and v2 had quite a few problems, so it was hurting us.
  • Loading branch information
julianoes committed Jul 25, 2024
1 parent da13d0a commit 03a8034
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 1,098 deletions.
2 changes: 0 additions & 2 deletions src/mavsdk/plugins/gimbal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ target_sources(mavsdk
PRIVATE
gimbal.cpp
gimbal_impl.cpp
gimbal_protocol_v1.cpp
gimbal_protocol_v2.cpp
)

target_include_directories(mavsdk PUBLIC
Expand Down
Loading

0 comments on commit 03a8034

Please sign in to comment.