-
Notifications
You must be signed in to change notification settings - Fork 100
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
Added Plane Python interface #941
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #941 +/- ##
==========================================
- Coverage 87.99% 87.98% -0.01%
==========================================
Files 106 107 +1
Lines 14826 14849 +23
==========================================
+ Hits 13046 13065 +19
- Misses 1780 1784 +4
Continue to review full report at Codecov.
|
@osrf-jenkins retest this please |
@osrf-jenkins retest this please |
Signed-off-by: ahcorde <[email protected]>
…otics/sdformat into ahcorde/python/plane
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 will apply this change
python/src/sdf/pyPlane.cc
Outdated
"for a Visual or Collision object, then the normal is specified in " | ||
"the Visual or Collision frame, respectively.") | ||
.def("set_normal", &sdf::Plane::SetNormal, | ||
"Set the plane normal vector. The _normal vector will be " |
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.
nit: _normal
-> normal
here and in Plane.hh`
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.
Signed-off-by: ahcorde [email protected]
🎉 New feature
This PR is part of this meta ticket #931
Summary
Added Plane Python interface
Test it
Checklist
codecheck
passed (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-by
messages.