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

Fix a typo preventing to use the full int64_t range when using gt<> and lt<> validators #214

Merged

Conversation

AugusteBourgois
Copy link
Contributor

Hi everyone,

This PR fixes #199. Since ROS uses int64_t to store integer parameters, int64_t numeric limits should be used instead of int.

i simply corrected the template files and the associated unit tests.

Any thoughts ?

@AugusteBourgois AugusteBourgois force-pushed the pr-fix-numeric-limits-int branch from 833b8bd to 2e359de Compare August 7, 2024 10:43
Copy link
Collaborator

@christophfroehlich christophfroehlich left a comment

Choose a reason for hiding this comment

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

Sounds reasonable, thx for fixing.

@AugusteBourgois
Copy link
Contributor Author

My pleasure, happy to help.

@pac48 pac48 merged commit 28b1870 into PickNikRobotics:main Aug 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants