ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think this is an ABI breakage in one of the dependencies used by robot_state_publisher. I've usually seen it show up when a dependency was due to installing a new package, but robot_state_publisher wasn't updated.
I've usually fixed this by running a dist-upgrade to upgrade all of the ROS packages on the system:
sudo apt-get dist-upgrade