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

Does navsat_transform_node Require Constant Subscription to odometry/filtered?

asked 2020-10-06 09:34:51 -0500

jin031214 gravatar image

updated 2020-10-06 13:14:59 -0500

My understanding is that navsat_transform_node unsubscribes from all inputs except the GPS itself once the static transform is generated using IMU and ekf data. However, the IMU topic seems to be the only one that gets unsubscribed. Is this an unexpected behavior or does navsat_transform_node recalculate the transformation once in a while using odometry/filtered data?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-02-01 09:27:30 -0500

xaru8145 gravatar image

The static transform gets published only one time once it has all the required transforms unless a set datum service is called. In this case, the static tf from odom->utm will be overridden taking into account the new datum.

After you determine the static tf, the odometry sub is no longer needed unless you have publish_filtered_gps turned on. This allows you to take the /odometry/filtered topic from the EKF and transform it into a GPS NavsatFix topic /gps/filtered (latitude and longitude).

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2020-10-06 09:34:51 -0500

Seen: 153 times

Last updated: Feb 01 '21