ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Well, there are two errors.
the one with init_node()
is coming from your tf_listener() being a global variable.
Put this one after the init_node()
call, then it shoudl work.
I'm not sure about the other one. Does this still occur after having the tf_listener setup correctly?