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

Add parameter check for geometric values #1120

Merged
merged 4 commits into from
May 9, 2024
Merged

Conversation

christophfroehlich
Copy link
Contributor

Inspired by this post at RSE, I thought it could be a good idea to add simple checks to geometric values of the controllers for mobile robots. For example, wheel_radius wheel_base and others must not be zero ➡️ I added a gt<>: [0.0] validator for them. This also should help if a user misspelled or forgot these parameters.

@christophfroehlich christophfroehlich added the backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. label May 7, 2024
@christophfroehlich christophfroehlich added the backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron. label May 7, 2024
Copy link
Member

@bmagyar bmagyar left a comment

Choose a reason for hiding this comment

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

This is great, thanks!

@bmagyar bmagyar merged commit 7170328 into master May 9, 2024
5 of 12 checks passed
@bmagyar bmagyar deleted the mobile_ctrl_param_check branch May 9, 2024 09:07
mergify bot pushed a commit that referenced this pull request May 9, 2024
(cherry picked from commit 7170328)

# Conflicts:
#	diff_drive_controller/test/test_diff_drive_controller.cpp
#	tricycle_controller/src/tricycle_controller_parameter.yaml
#	tricycle_controller/test/test_tricycle_controller.cpp
mergify bot pushed a commit that referenced this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants