Add system to an entity through Component Inspector#1549
Merged
chapulina merged 58 commits intoign-gazebo6from Aug 3, 2022
Merged
Add system to an entity through Component Inspector#1549chapulina merged 58 commits intoign-gazebo6from
chapulina merged 58 commits intoign-gazebo6from
Conversation
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
…ign-gazebo into server-config-root-dom
…bo into use_sdf_plugin
Signed-off-by: Nate Koenig <nate@openrobotics.org>
…bo into use_sdf_plugin
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
chapulina
reviewed
Jun 23, 2022
Contributor
chapulina
left a comment
There was a problem hiding this comment.
Nice! It works for me! I just have some minor comments.
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
chapulina
reviewed
Jun 23, 2022
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1549 +/- ##
===============================================
+ Coverage 64.02% 64.05% +0.03%
===============================================
Files 317 317
Lines 25649 25788 +139
===============================================
+ Hits 16422 16519 +97
- Misses 9227 9269 +42
Continue to review full report at Codecov.
|
chapulina
reviewed
Jul 6, 2022
Contributor
chapulina
left a comment
There was a problem hiding this comment.
LGTM so far, but let's not merge it until we have a dropdown to choose the plugin.
9 tasks
chapulina
approved these changes
Jul 23, 2022
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org> Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
chapulina
approved these changes
Jul 29, 2022
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.
🎉 New feature
depends on #1524
Summary
Adds a tool button to the Component Inspector for adding Systems to a model. When the button is clicked, a dialog pops up and lets you fill the
name,filename, andinnerxmlfields of the System / plugin. Once confirmed, it invokes a service call introduced in #1524 that adds the System to the selected model entity.Test it
launch the
diff_drive_no_plugintest world:Click on the vehicle model - The Component Inspector should now show properties of the vehicle model
Click the
+button in the toolbar in the Component Inspector - A dialog should pop outFill the
namefield with:Fill the
filenamefield with:Fill the
innerxmlfield with:Click Ok to add the System to the model - You should see the
+ System Plugin Infoappear in the Component Inspector to indicate that the model now has a System.Hit Play - The plugin should be running and read to accept vel commands
Publish a message to move the vehicle:
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.