-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adjust wheel_separation_multiplier #485
Conversation
WalkthroughThe pull request modifies the Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
husarion_ugv_controller/config/WH05_controller.yaml (1)
Line range hint
28-52
: Consider velocity-based odometry configuration as a whole.The adjusted wheel_separation_multiplier works in conjunction with:
- Disabled position feedback (velocity-based odometry)
- Minimal velocity filtering (window size: 1)
- Fixed wheel separation (0.45m)
This configuration prioritizes real-time response. Please verify that the new multiplier value maintains stable performance with this setup.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
husarion_ugv_controller/config/WH05_controller.yaml
(1 hunks)
🔇 Additional comments (1)
husarion_ugv_controller/config/WH05_controller.yaml (1)
37-37
: Document the rationale for the new multiplier value.The change from 1.5 to 1.37 looks reasonable, but please document:
- How this value was determined
- Which ground types were tested
- Expected improvement in odometry accuracy
Since this parameter affects the robot's kinematic model, please ensure:
- Testing has been performed on different surface types
- Odometry accuracy has been validated through actual measurements
- Navigation stack performance remains stable with this change
Description
Requirements
Tests 🧪
Summary by CodeRabbit