-
Notifications
You must be signed in to change notification settings - Fork 346
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
steering controller library (ackermann steering) does not publish odom TF #762
Comments
/ackermann_steering_controller/tf_odometry is odom tf, you can remap it to /tf |
I tried that but it doesn't seem to apply. Maybe I have an error in the launch file?
|
You are remapping in the wrong place. You have to do it for ros2_control not for the spawner. I did this in model urdf and it worked: |
yes! that worked. Thank you so much.
|
This should work. Haven't tested it myself though. |
Yes this should be fine, see this example here. |
Describe the bug
I see the following topics:
/ackermann_steering_controller/controller_state
/ackermann_steering_controller/odometry
/ackermann_steering_controller/reference
/ackermann_steering_controller/tf_odometry
/ackermann_steering_controller/transition_event
but the odom transform is not being published.
Environment:
The text was updated successfully, but these errors were encountered: