git-afsantos / haros_tutorials

Example code for a fictitious ROS robot to try out HAROS
MIT License
6 stars 3 forks source link

Question: when using HAROS analyze meet 'haros_plugin_radon' error. #9

Open RainWithApril opened 1 year ago

RainWithApril commented 1 year ago

Hello, I'm very interested in your work. I've encountered some issues while getting started and I was hoping you could help me with them.

When I using haros analyse -p src/projects/humanoid_navigation.yaml to analyze.

Error: maybe 'ERROR:haros.analysis_manager:Plugin haros_plugin_radon ran into an error.'

`[HAROS] Running setup operations... [HAROS] Loading common definitions... [HAROS] Loading plugins...

Loaded haros_plugin_cccc Loaded haros_plugin_ccd Loaded haros_plugin_cppcheck Loaded haros_plugin_cpplint Loaded haros_plugin_lizard Loaded haros_plugin_mi_calculator Loaded haros_plugin_pylint Loaded haros_plugin_radon [HAROS] Reading project and indexing source code... [HAROS] Running analysis... ERROR:haros.analysis_manager:Plugin haros_plugin_radon ran into an error. [HAROS] Saving analysis results... [HAROS] Check news updates with: $ haros news`

How should I correct this error? Could you please provide some guidance?