ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
173 stars 275 forks source link

roswtf reports "WARNING The following node subscriptions are unconnected" to "/tf_static" #165

Closed 130s closed 6 years ago

130s commented 6 years ago
WARNING The following node subscriptions are unconnected:
 * /turtle_pointer:
   * /tf_static

This warning may or may not be so frequently observed but I found it confusing while it's probably not harmful for the most of the times. Some question threads 1, 2.

Looks like this is printed purely in graph parsing done in roswtf, not anywhere in tf, but I'd like to ask here if we can improve the warning message.

tfoote commented 6 years ago

There's nothing geometry package related in this warning or connection issue. This has to do with the subscriber list for the topic being different than the master. It can be caused by an unclean shutdown where the publisher didn't unregister with the master I believe.