-
Notifications
You must be signed in to change notification settings - Fork 277
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
Support multi entity spawn #146
Conversation
Signed-off-by: Nate Koenig <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo2 #146 +/- ##
===============================================
- Coverage 62.42% 53.78% -8.65%
===============================================
Files 123 121 -2
Lines 6087 5838 -249
===============================================
- Hits 3800 3140 -660
- Misses 2287 2698 +411
Continue to review full report at Codecov.
|
Signed-off-by: Nate Koenig <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
* Add shapes plugin (#107) Signed-off-by: John Shepherd <[email protected]> * Add option to suppress warning about missing child model (#132) Signed-off-by: Addisu Z. Taddese <[email protected]> * Support multi entity spawn (#146) * Support multi entity spawn Signed-off-by: Nate Koenig <[email protected]> * Added more documentation Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Bump ign-msgs version to 4.9 (#148) Signed-off-by: Louise Poubel <[email protected]> * Revert silly mistake Signed-off-by: Nate Koenig <[email protected]> * ign-msgs 5.3 dependency Signed-off-by: Nate Koenig <[email protected]> * Bump minor version Signed-off-by: Nate Koenig <[email protected]> * Changelog Signed-off-by: Nate Koenig <[email protected]> * RawPose Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: John <[email protected]> Co-authored-by: Addisu Taddese <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
* Support multi entity spawn Signed-off-by: Nate Koenig <[email protected]> * Added more documentation Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Signed-off-by: Addisu Z. Taddese <[email protected]>
Support multi-entity spawn.
Requires: gazebosim/gz-msgs#58
Signed-off-by: Nate Koenig [email protected]