Move Gazebo plugin configuration to server.config#31
Closed
Conversation
Author
|
Small note, make px4_sitlneeds to be run once after pulling to update |
|
This runs on my side, but it only adds the server.config, not the changes you requested in PR #30, the one Pedro reverted. |
Author
Member
Author
Author
|
@Pedro-Roque, moved to #33 |
Author
|
Closed PR. Moved to #33 |
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.
This PR updates PX4-Space to align with recent changes in the original PX4-Autopilot repository, where Gazebo system plugin definitions are now managed centrally via a
server.configfile rather than embedded in each world SDF.src/modules/simulation/gz_bridge/server.configcontaining the required system plugin definitions.src/modules/simulation/gz_bridge/gz_env.sh.into setGZ_SIM_SERVER_CONFIG_PATH, ensuring Gazebo loads plugins from the version-controlled config.This change keeps our workflow consistent with upstream PX4-Autopilot.