-
Notifications
You must be signed in to change notification settings - Fork 269
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
MecanumDrive odometry and tf functions implementation #1665
Conversation
Signed-off-by: danilo_gsch <[email protected]>
Depends on #486 |
Waiting on gazebosim/gz-math#486 |
@danilogsch if you can address feedback on the math pull request, I can begin reviewing this one. |
Signed-off-by: Michael Carroll <[email protected]>
@danilogsch the math PR has been landed, can you add a test here to verify the behavior of the system? |
I've removed the |
Hi all, any information regarding when this PR will be included? |
I didn't realize #2297 replaced this. Closing. |
Signed-off-by: danilo_gsch [email protected]
Danilo Schneider
🎉 New feature
Closes #683 #1619
Summary
Implementation of Mecanum drive odometry and tf based on the implementation of the Differential robot.
Test it
Run mecanum_drive.sdf and listen for odometry and tf topics.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.