Hack for getting ardupilot work for tracking stuff (JUST FOR TESTING) WIP #11829
+51
−15
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.
Title
Add temporary modifications to support camera tracking for testing purposes
Description
This PR introduces a temporary hack to facilitate testing of camera tracking functionality within ArduPilot. The following changes have been made:
Test Steps
Apply the changes to your local repository.
Build the project using your standard build process.
Run the simulation environment to test camera tracking see this PR here
Use a camera feed on port 5700 created using the scripts here
Enable tracking in the GUI.
Verify that the tracking commands are sent correctly to the simulated vehicle.