-
Notifications
You must be signed in to change notification settings - Fork 98
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
10 to 11 20210412 #539
10 to 11 20210412 #539
Conversation
* Adding particle emitter to SDF Signed-off-by: Nate Koenig <[email protected]> * missing files Signed-off-by: Nate Koenig <[email protected]> * Update documentation Signed-off-by: Nate Koenig <[email protected]> * Update documentation and clamps Signed-off-by: Nate Koenig <[email protected]> * Minor tweaks. Signed-off-by: Carlos Agüero <[email protected]> * Fix windows warnings and scale rate default Signed-off-by: Nate Koenig <[email protected]> * Use empty string for topic and image path Signed-off-by: Nate Koenig <[email protected]> * Fix more windows warnings Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Carlos Agüero <[email protected]>
… conversion (#525) * Fixed application of <sensor><pose> tags in lumped linkes during URDF conversion. Fixed <projector>, too. Signed-off-by: Martin Pecka <[email protected]> * Changelog Signed-off-by: Martin Pecka <[email protected]> * Fixed float equality in test. Signed-off-by: Martin Pecka <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
The build is broken:
|
Codecov Report
@@ Coverage Diff @@
## sdf11 #539 +/- ##
==========================================
- Coverage 87.65% 87.46% -0.20%
==========================================
Files 71 72 +1
Lines 10104 10349 +245
==========================================
+ Hits 8857 9052 +195
- Misses 1247 1297 +50
Continue to review full report at Codecov.
|
since we will use "Merge" for this PR, we should squash the commits about fixing the build |
* Copy particle_emitter.sdf to sdf/1.8 * Use IMPLPtr in ParticleEmitter DOM class * Update frame semantics Signed-off-by: Nate Koenig <[email protected]>
cd81dff
to
7dfcd4e
Compare
I squashed all the changes after the merge into 7dfcd4e |
I've never been able to successfully squash commits. I'll decline this one and create a clean branch. |
I had just squashed it, so I think we can use that |
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.
LGTM with green CI
➡️ Forward port
Port sdf10 to sdf11
Branch comparison: sdf11...sdf10
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)