-
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
mc_rtc_ticker version 1.6.0-ccb1b8567 / RviZ not working after build #176
Comments
Also did what was suggested in issue #138. Deleted the build folder and run a cmake/ sudo make intall same error and warning messages. |
Hi @Sil87 Does it work with the sample controllers? (e.g If not, do you see this line when you start the ticker:
Best regards, |
Hello @gergondet At the end of the warnings, I also get: |
Hi @Sil87
You get this with a sample controller? If so, I suggest you rebuild mc_rtc_ros: cd ~/MCRTC/catkin_ws
catkin_make clean
catkin_make |
Ok thank you, will try that. I might have done some "faux pas" some weeks ago when I deleted the folder of an old controller i created that kept giving me errors. |
So I got this error after clean: And this one after catkin_make: |
This particular issue was fixed. The problem was combining a package-based installation (out-dated because it was using the bintray mirror) with a source-based installation. This has been fixed but the script should detect such problematic situations that will be tracked in #179 |
Hello,
I did yesterday a ./build_and_install.sh and RviZ stopped working (screen capture attached)
The error I get:
" mc_rtc_ticker was compiled with 1.6.0-ccb1b8567 but mc_rtc is at version 1.6.0-ccb1b8567-dirty, you might face subtle issues or unexpected crashes, please recompile mc_rtc_ticker"
Plus some warnings related to libraries and default controllers when i run mc_rtc_ticker
Do you have any advice for me? Thank you,
Silvia
The text was updated successfully, but these errors were encountered: