Closed
Conversation
Member
|
Hi @caomuqing , can you change this to a branch on AirStack rather than a fork from your repo? |
Member
Author
created at #256 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add gimbal extension and docs
What does this pull request do?
It add a gimbal extension allowing the users to add a gimbalized camera to a drone and creates the relevant topic for image publishing and control.
Which issue number does this address: #169
Add videos and images if possible: https://drive.google.com/file/d/1pN0Pxe4nYQL1qs40oZTDqsOXsMrApLPM/view?usp=sharing
How did you implement it?
added a gimbal_stabilizer node in the robot/autonomy/sensors folder.
added gimbal extension folder simulation/isaac-sim/sitl_integration/kit-app-template/source/extensions/airlab.gimbal
Testing
How do you run the tests?
once you run
docker compose up docs, follow the docs at http://localhost:8000/docs/docs/robot/autonomy/1_sensors/gimbal/Did you update the docs (and where)?
Docs are updated via mkdocs.yml and markdown files under
docs/. It should render at localhost:8000 when you rundocker compose up docs.