Skip to content
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

Feature/add frequency tolerance parameter #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

cesar-lopez-mar
Copy link
Collaborator

PR only for internal review, after approval I will create a PR to the base repo.

@@ -11,5 +11,6 @@ gen = ParameterGenerator()
gen.add("time_offset", double_t, 1, "A manually calibrated offset (in seconds) to add to the timestamp before publication of a message.",
0.0, -1.0, 1.0)
gen.add("enabled", bool_t, 2, "Switch to enable and disable lidar packet consumption", True);
Copy link
Member

Choose a reason for hiding this comment

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

Maybe make the window_size also a parameter then?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think we get enough control with the tolerance parameter and a fixed window size of 10, my preference would go for less parameters

velodyne_driver/src/driver/driver.cc Outdated Show resolved Hide resolved
Copy link
Member

@Timple Timple left a comment

Choose a reason for hiding this comment

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

Is there any reason we go outside this boundary?

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