![]() | 1 | initial version |
Undefined symbol errors usually indicates that a library cannot be found, or an incorrect library is used.
In your case I believe Gazebo will have to find a library for tf
. Check your LD_LIBRARY_PATH
environment variable.