We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm trying to run champ_setup_assistant on Noetic but not able to get it started. Bellow is the file with my errors. champ_error.txt Thank You
The text was updated successfully, but these errors were encountered:
hey @alphabeta97 . Did you manage to resolve this issue?
Sorry, something went wrong.
No
I got the solution from here. Thanks to @aradra. He/She mentioned that
"In ros noetic import rviz has to be renamed to from rviz import bindings as rviz"
So, just open rviz_widget.py, got to line line number 35 and change import rviz to from rviz import bindings as rviz.
rviz_widget.py
import rviz
from rviz import bindings as rviz
That's it.
No branches or pull requests
Hello,
I'm trying to run champ_setup_assistant on Noetic but not able to get it started. Bellow is the file with my errors.
champ_error.txt
Thank You
The text was updated successfully, but these errors were encountered: