Error in tutorial creating a diagnostic analyzer (in python) [closed]
Everything works well until the last part Testing Analyzer.
I have this error : FAILURE: Test node [diagnostic_aggregator/analyzer_loader] does not exist or is not executable. I can't understand my mistake. Thank you.
Edit 1 : I can't reopen this subject (I don't have enough point for) , but it seems that there is an issues in python, try to read the comment, Thank you
did you do rosmake --pre-clean <package_name> ?
It doesn't work I still have the same error
did you do rosdep install <package name=""> ? and then roscd takes you to the package..?
roscd takes me to another folder : devel So what is the issue?
roscd <package name=""> should take you to the package you are using
So what can I do? I have just deleted everythink and redo the tutorials but I still have the same error
I tried on my PC running ubuntu 12.04 and fuerte, rosrun diagnostic_aggregator anlyzer_loader runs some program and that means that the executable exists for me. I am not sure what is causing you the problem that the `executable does not exist`
I am using groovy, does it change anythink?