forked from mavlink/MAVSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core, integration_tests: Address review comments (mavlink#310)
1. Corrected and improved `MAVLinkSystem::has_camera()` logic. 2. Use default initializer for `camera_ids` vector. 3. Add description for GCS. 4. Replace `is_autopilot()` to `has_autopilot()`. 5. Correct API descriptions of `has_camera()`, `has_gimbal()`, `has_autopilot()`. 6. Move friend decl to private of class `System` and describe them. 7. Necessary modifications in `SitlTest.MultiComponentDiscovery` test.
- Loading branch information
Shakthi Prashanth M
committed
Apr 4, 2018
1 parent
834218d
commit 6b1391c
Showing
5 changed files
with
58 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters