Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with wrong topic type #2

Open
Tobias-Fischer opened this issue Aug 13, 2020 · 2 comments
Open

Crash with wrong topic type #2

Tobias-Fischer opened this issue Aug 13, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Tobias-Fischer
Copy link
Contributor

I get the following error: [ERROR] [1597284029.114291]: [Client 0] [id: subscribe:/tf:6] subscribe: Tried to register topic /tf with type tf2_msgs/TFMessage but it is already established with type tf/tfMessage and jupyter-lab subsequently crashes.

@Tobias-Fischer
Copy link
Contributor Author

Related: where can I find the config files to remove the tf topic for now?

@hbcarlos
Copy link
Member

Related to the error, I need more information to dig into.

To start rosmaster, the extension launches a launch file with:

<launch>
  <node name="rosapi" pkg="rosapi" type="rosapi_node" />
  <node pkg="tf2_web_republisher" type="tf2_web_republisher" name="tf2_web_republisher" />
</launch>

From settings, you can change this file adding the path to your own, but you need to keep the rosapi node otherwise Zethus won't work. In addition, if you don't runtf2_web_republisher Zethus will complain getting the following error:

[ERROR] [1597491469.362135]: [Client 0] [id: subscribe:/tf:7] subscribe: Cannot infer topic type for topic /tf as it is not yet advertised
[ERROR] [1597491469.370366]: [Client 0] [id: subscribe:/tf_static:8] subscribe: Cannot infer topic type for topic /tf_static as it is not yet advertised

@hbcarlos hbcarlos added the bug Something isn't working label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants