-
Notifications
You must be signed in to change notification settings - Fork 37
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
Model visualization is empty with no apparent errors #122
Comments
Hello, Harsh! Since you did pip3 install clang==10.0.1 Did you also run this (or something similar)? sudo apt-get install libclang-10.0.1-dev Basically, these paths have to exist, otherwise you are missing a dependency.
|
I am just trying to understand if you followed all these steps: Before asking you for further debugging logs. |
Also, you may find this repository useful: It already has Docker files with everything set up. Maybe you can adapt it for your use case, since you mentioned a Docker container. |
And another important point: I am assuming that you are working with ROS packages. |
HAROS version: 3.10.20
Below are the steps I followed:
Install deps
sudo apt-get install -y cppcheck cccc python-is-python3 && pip3 install clang==10.0.1 haros
define
project.yaml
Init
/root/.haros/configs.yaml (running in a docker container)
full run
Output
The dashboard populates some issues including code metrics, but the model viz is empty.
The text was updated successfully, but these errors were encountered: