-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs to new plugin archicture #88
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ec6d562
Update example docs
hamishwillee e249416
Update build docs clean instructions
hamishwillee db5c75d
Update API Ref. Remove DevicePluginContainer toc
hamishwillee 167b129
Fix docs for plugin constructors
hamishwillee 3c1696f
Make if more clear that copter is main target currently
hamishwillee d347a3f
Remove the old auto-generated plugin container from API
hamishwillee 18cae89
Add guide updates for new plugin API
hamishwillee a6cdb74
Fix incorrect constructor description
hamishwillee 16e3f62
Add more extensive create-plugin sections
hamishwillee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,10 @@ | |
* [Guide](guide/README.md) | ||
* [Usage/Paradigms](guide/general_usage.md) | ||
* [Connecting to Devices](guide/connections.md) | ||
* [Managing Devices](guide/using_plugins.md) | ||
* [Vehicle Information](guide/device_version.md) | ||
* [Telemetry](guide/telemetry.md) | ||
* [Taking Off and Landing](guide/taking_off_landing.md) | ||
* [Actions - Take Off, Arm, ...](guide/taking_off_landing.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renamed to focus on "Actions" old name too specific for broad content of topic. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Makes sense. |
||
* [Missions](guide/missions.md) | ||
* [Offboard Control](guide/offboard.md) | ||
* [Follow Me](guide/follow_me.md) | ||
|
@@ -46,7 +47,6 @@ | |
* [struct Config](api_reference/structdronecore_1_1_follow_me_1_1_config.md) | ||
* [struct TargetLocation ](api_reference/structdronecore_1_1_follow_me_1_1_target_location.md) | ||
* [class Logging](api_reference/classdronecore_1_1_logging.md) | ||
* [class DevicePluginContainer](api_reference/classdronecore_1_1_device_plugin_container.md) | ||
* [Contributing](contributing/README.md) | ||
* [Building Source](contributing/build.md) | ||
* [Testing](contributing/test.md) | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted the DevicePluginContainer. Need to know if need to add: PluginBase, and MavlinkHandlerTableEntry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not just yet, I think.