ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

navsat_transform_node not broadcasting UTM to map transform anymore after GPS signal is lost

asked 2020-11-12 09:12:04 -0500

ignaciotb gravatar image

updated 2020-11-13 05:12:42 -0500

Tom Moore gravatar image

Hi,

We're working with an AUV and once we've got a GPS fix and the UTM to map transform, we dive and we'd like that transform to still be broadcasted during the dive. This doesn't seem to be the case. Is there a reason for it? And if so, is there a workaround to get this behavior on our setup?

We're running on Ubuntu 18.04.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-13 05:16:51 -0500

Tom Moore gravatar image

The transform is published via a static transform broadcaster:

https://github.com/cra-ros-pkg/robot_...

https://github.com/cra-ros-pkg/robot_...

If you wan to confirm, do a rostopic echo /tf_static and look for the transform in question.

Are you sure you have the parameters set correctly to broadcast it? What version are you using?

edit flag offensive delete link more

Comments

Hi Tom, thanks for the quick response. We're looking into the rosbags now that we're back from the test. I'll let you know what we find out. I've been looking into our setup (https://github.com/smarc-project/smar...) and it seems things should have worked out, so it might be an error somewhere else in the system.

ignaciotb gravatar image ignaciotb  ( 2020-11-16 08:48:34 -0500 )edit

Just a heads-up that if you are working from bags, recording tf_static can be a problem. I seem to recall that, during playback, only the _last_ node to publish on tf_static will be respected. Or something like that. Look at the raw tf_static publications in your bag and go from there.

Tom Moore gravatar image Tom Moore  ( 2020-11-23 07:41:16 -0500 )edit

Question Tools

Stats

Asked: 2020-11-12 05:17:45 -0500

Seen: 246 times

Last updated: Nov 13 '20