Skip to content

Commit

Permalink
Update branch and generate from proto
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed May 24, 2021
1 parent 88dda47 commit 8d14d2f
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 75 deletions.
2 changes: 1 addition & 1 deletion proto
4 changes: 2 additions & 2 deletions src/integration_tests/mission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ Mission::MissionItem add_mission_item(
float gimbal_pitch_deg,
float gimbal_yaw_deg,
float loiter_time_s,
float acceptance_radius_m,
Mission::MissionItem::CameraAction camera_action)
Mission::MissionItem::CameraAction camera_action,
float acceptance_radius_m)
{
Mission::MissionItem new_item{};
new_item.latitude_deg = latitude_deg;
Expand Down
168 changes: 96 additions & 72 deletions src/mavsdk_server/src/generated/mission/mission.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions src/mavsdk_server/src/generated/mission/mission.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d14d2f

Please sign in to comment.