-
Notifications
You must be signed in to change notification settings - Fork 151
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
[ROS1] No TF published from Ignition with DiffDrive plugin #131
Comments
In fact, very easy to solve since there is a ign to ros Pose_V to tf2 conversion working in noetic, see gazebosim/gz-sim#548 |
I get a
when I try to start the bridge with
with
I mentioned it here as here it was mentioned that |
Works for me with everything running on the same host. |
As opposite to gazebo classic, no tf from
frame_id
tochild_frame_id
is published with ignition when using the DiffDrive plugin.What would be the best implementation strategy ?
Adding in ros_ign_bridge a tf publisher when converting Odom messages ?
Or adding in Ignition DiffDrive plugin the publication of the newly added 7b06c21ignition.msgs.Pose_V
that ros_ign_bridge will then convert to TF ? Btw, these new commits were only pushed to themelodic
branch, would it be possible to port them tonoetic
(as I am working with noetic) ? @chapulinaEdit: I confused ROS2 branch and melodic
The text was updated successfully, but these errors were encountered: