-
Notifications
You must be signed in to change notification settings - Fork 111
NavSat::ToElement() method #1585
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
base: sdf16
Are you sure you want to change the base?
Conversation
Signed-off-by: Maksim Derbasov <[email protected]>
/// Note that parameter passing functionality is not captured with this | ||
/// function. |
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 copied this text from similar method of other class (at least it consistent)
const auto defaultNoise = sdf::Noise(); | ||
|
||
if (this->dataPtr->horizontalPositionNoise != defaultNoise) |
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.
main idea of this checks is to make output as small as possible
Have you seen #1538? |
No UPD: I tried to use python bindings to generate sdf files and got error msg, which bring me to missing implementation. Now I see this PR is duplicates implementation of already opened PR |
What would you suggest to do in this case? |
🦟 Bug fix
Fixes #
Summary
sdf::NavSat
didn't have aToElement()
method which prevent to convert sensor-specific information back to sdf format.This PR include such changes:
sdf::NavSat::ToElement()
methodSensor::ToElement()
This PR was developed on top of sdf15 and retargeted to sdf16 due to sdf16 do not have dev packages.
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
andGenerated-by
messages.