-
Notifications
You must be signed in to change notification settings - Fork 91
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 Mecanum vehicle example #451
Conversation
Looks like this might be blocked on the mecanum controller getting released. |
@bmagyar just released it ;) |
I am Santa, reading your wishlists on github |
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.
Just a minor comment, otherwise lgtm when the ci is green. I just merged the PRs in ros_distro
https://github.com/Mergifyio backport jazzy |
🟠 Waiting for conditions to match
|
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
@Pratham-Pandey can you help us to setup |
From what I understood, |
Thanks for the explanation @Pratham-Pandey! For some reason I half'd the value to the wheels in the X and Y thinking I had that as the total wheel base. This is corrected now and reports odom that matches the pose of the vehicle in Gazebo. |
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 18bdde1)
Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 18bdde1) Co-authored-by: Marq Rasmussen <[email protected]>
As the title says this adds a new example showing how to use the new
MecanumDriveController
in ros2_controllers 🏆.The odometry of the vehicle is still a little off when rotating because I don't fully understand what sum_of_robot_center_projection_on_X_Y_axis parameter would equate to for this vehicle.