Skip to content

Conversation

@essinger
Copy link
Contributor

@essinger essinger commented Mar 7, 2016

This implements a smoothing scheme as described in issue 263 and also adresses the issue 262.

@ayrton04
Copy link
Collaborator

ayrton04 commented Mar 8, 2016

Will review this soon. Thanks for submitting!

@NikolausDemmel
Copy link

I'll try to give it a spin shortly as well. Thanks!

void validateDelta(double &delta);

protected:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these blank lines.

const FilterState &old = filterStateHistory_.back();
filter_.setState(old.state_);
filter_.setEstimateErrorCovariance(old.estimate_error_covariance_);
filter_.setLastMeasurementTime(old.time_);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without looking deeper (I will), do we need to restore the filter's lastUpdateTime as well?

@ayrton04
Copy link
Collaborator

Thanks for the PR! We can iterate on the potential issues I've found. Would you happen to have a bag file that can be used to test this? I should probably add an integration test for this.

@essinger
Copy link
Contributor Author

Hi,
just checking back to say that I will try to fix these issues in the coming weeks. I might be able to get a bag file as well.

@ayrton04
Copy link
Collaborator

No rush! Thanks for your help.

@ayrton04 ayrton04 merged commit 199a41b into cra-ros-pkg:indigo-devel May 6, 2016
@ayrton04
Copy link
Collaborator

ayrton04 commented May 6, 2016

FYI, I addressed the issues I pointed out. I changed the names of the parameters; I'm open to other PRs to change the names if we feel they're not representative of what the new feature does.

Thanks again for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants