-
Notifications
You must be signed in to change notification settings - Fork 103
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
Make Gazebo Garden default #29
Merged
srmainwaring
merged 9 commits into
ArduPilot:main
from
srmainwaring:srmainwaring/pr/garden-2-main
Dec 14, 2022
Merged
Make Gazebo Garden default #29
srmainwaring
merged 9 commits into
ArduPilot:main
from
srmainwaring:srmainwaring/pr/garden-2-main
Dec 14, 2022
Conversation
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
…-gazebo7 - Use new interface on EntityComponentManager::CreateComponent - Remove unused package dependencies from CMakeLists.txt - Update dependency to ignition-gazebo7
* Add RELAY control type * Rename new control type from RELAY to COMMAND - Minor updates to parameter documentation - Rename new control type to COMMAND - Add dependency on World utility and use it to fully scope command topic names - Remove work-around for ArduSub as the initialisation issue should be fixed upstream Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com> Co-authored-by: Clyde McQueen <clyde@mcqueen.net>
* ign -> gz: namespaces * IGN to GZ Signed-off-by: ahcorde <ahcorde@gmail.com> * update README.md Signed-off-by: ahcorde <ahcorde@gmail.com> * Added reset Signed-off-by: ahcorde <ahcorde@gmail.com> * Update Signed-off-by: ahcorde <ahcorde@gmail.com> * more updates Signed-off-by: ahcorde <ahcorde@gmail.com> * clean worlds Signed-off-by: ahcorde <ahcorde@gmail.com> * more ign to gz Signed-off-by: ahcorde <ahcorde@gmail.com> Signed-off-by: ahcorde <ahcorde@gmail.com> Co-authored-by: Gustavo <g.rezendesilva@tudelft.nl>
- Update installation notes for running with Gazebo Garden and add links to previous version. - Minor formatting and style changes to README. - Update Github CI build script for Ubuntu Focal / Garden. - Add build status badge to README. Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
good to have garden as default! |
This was referenced Dec 14, 2022
Closed
Closed
This was referenced Dec 14, 2022
Closed
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.
This PR promotes the Gazebo Garden branch https://github.com/ArduPilot/ardupilot_gazebo/tree/ignition-garden to main.
Details
gz
namespace migration.