-
Notifications
You must be signed in to change notification settings - Fork 57
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
Everything is working except /odom #5
Comments
Same problem with 18.04 |
Could you try this #2 (comment) ? It seems related. |
I got it working, but not because of the .so file. I'm not actually sure what I did. I think I added another package but it seems to be working. I will update this task later when I can confirm this fix works; I added the following:
also |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a launch file that gets everything working in Gazebo but a key function isn't running that handles the odom data.
My launch file:
The output not working in 18.04:
The output working in 16.04 but using the turtlebot_description installed from apt:
Would you know why this package doesn't launch GazeboRos::readCommonParameter, GazeboRosKobuki::preparePublishTf, or GazeboRosKobuki::setupRosApi? Specifically, I need the advertisement for odom.
The text was updated successfully, but these errors were encountered: