Is there an easy way to get the end effector name just from tf?
I have a node that queries move_group to get the end effector name, but uses move_group for nothing else. Ideally I would like to run this node without having to bring up move_group at all, and I don't want to hard code the name of the end effector. Is there a trivial way to solve this? I looked at the C++ code for getEndEffector in move_group_interface.cpp, but it needs some other libraries.
Is there a simple way to get this information by using only TransformListener, for instance?