-
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
Banana for Scale #734
Banana for Scale #734
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Run your linters locally, kids Signed-off-by: Michael Carroll <[email protected]>
"https://fuel.ignitionrobotics.org/1.0/mjcarroll/models/banana for scale"; | ||
|
||
const char kBigBanana[] = | ||
"https://fuel.ignitionrobotics.org/1.0/mjcarroll/models/big banana for scale"; |
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.
Unencoded spaces in a URL. For shame!
Codecov Report
@@ Coverage Diff @@
## ign-gazebo5 #734 +/- ##
===============================================
- Coverage 65.31% 65.27% -0.05%
===============================================
Files 240 242 +2
Lines 17635 17642 +7
===============================================
- Hits 11519 11515 -4
- Misses 6116 6127 +11
Continue to review full report at Codecov.
|
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.
Does it make sense to add another two extra bananas in imperial units?
This is excellent, though I've a few clients with files that I need to support legacy measurements on. Any chance we might see the addition of an Imperial Plantain in the future along side your Metric Banana? |
How hard would it be to add a plantain for comparison? I could really go for some tostones. |
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.
Works great 🍌
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[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.
I took the liberty of slipping in some trivial changes in 6d85f6a. Let's get this in!
🎉 Banana for Scale
Summary
It is frequently difficult to communicate scale in a robotics simulation. This plugin gives users the ability to insert bananas as a scale reference. This adds two scales of bananas for scale: a normal banana and a big banana. Users can insert the appropriate scale for their application.
The banana model is a photogrammetry reconstruction from @ColeOSRF. The markings on the side give additional scale context.
Test it
Start ignition gazebo and load the "Banana for Scale" plugin. Insert bananas for scale.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge