-
Notifications
You must be signed in to change notification settings - Fork 65
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
Publishing static transforms via Robot State Publisher #27
Comments
FYI, some relevant discussion on integrating SDFormat with ros2: ros/robot_state_publisher#144 |
I played a bit with the sdformat_urdf package to see if I could use I'll try this on Galactic later. I'm still working on Dolly's Galactic migration on branch |
Hi @chapulina, I've been trying to find a way to publish TFs with SDF, but have not found any way so far |
You could add the PosePublisher plugin and start a It would be nice to add an example like this to ros_ign_gazebo_demos |
Interesting! Thanks for sharing. Will try this out and will raise a PR after that |
Hi @chapulina,
When I echo the ign topic using |
Here's the parameter bridge node:
|
Also I think I should create an issue in ros_ign 😓 |
It would be nice if this demo also published the TF tree for the dolly robot so the sensor feedback from for things like odomity and laser scans from different reference frames could be jointly visualized together in rviz.
Visualizing the mesh geometry of the platform in rviz would also be helpful, as well a provide a good reference for how to juggle and integrate urdf/sdf for making a simulation package for a ros2 robot.
I really like how this demo is sort of like a rosetta stone between classic gazebo and ignition, and would like to reference it to students on how to write their own. So it'd be great if this had the same polish as say the old TB3 demos, but while still being a minimal yet complete reference example to fork from.
The text was updated successfully, but these errors were encountered: