Issue with odom transforms #595
Unanswered
mschubert90
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
recently I ran into some transform problems for base_link and base_footlink.
When I'm starting the create3, publish the robot states via launch file from the sim repo (https://github.com/iRobotEducation/create3_sim) and visualize the robot with rviz, first everything seems to be working right:
But after moving the robot for a while (via teleop_twist_keyboard) the robot seems to be flying above the ground (base_link drifts in z-direction). The longer I drive the robot around the more the base_link shifts in z-directon (even though I don't drive any slopes or pitches):
![Screenshot from 2024-06-29 15-50-11](https://private-user-images.githubusercontent.com/98527783/344397542-4218508c-07b1-4d7d-949d-9c4a2165a488.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzE5ODEsIm5iZiI6MTczOTMzMTY4MSwicGF0aCI6Ii85ODUyNzc4My8zNDQzOTc1NDItNDIxODUwOGMtMDdiMS00ZDdkLTk0OWQtOWM0YTIxNjVhNDg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAzNDEyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkZmQ0NzQwMWUyMzkxY2VmZDc2MTA0ODc4ZDg4MTY1NGU3MjQ3YjY2Y2VmNmFjOGEzZTBkMGNlMjI3MDUyMWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yoX28y3IffIsQVShnouPM6E0HhMJ-FIz7tTWwaJ3iQk)
This problem does not occur in simulation only when publishing the odom transforms from the real robot. So there seems to be an issue with the odom transforms!?
I saw that there's an option for disabling the odom transforms from the robot by setting the applications parameters file like this:
But then I would need to publish the odom transforms manually (or like in simulation). Any other clue how to fix this issue?
Thank you in advance.
Kind regards,
Max
Beta Was this translation helpful? Give feedback.
All reactions