-
Notifications
You must be signed in to change notification settings - Fork 124
jderobot package: gazebo error when try to run plugins #235
Comments
Hi @lr-morales, which package did you install? and which architecture are you working on? I tried both packages in Ubuntu 14.04 32-64bits and they work fine. Regards! |
Hello, I installed both jderobot-core and jderobot-deps and I'm using an x64 Regards.
|
Ok I will wait for someone to report the same problem, cause @almartinflorido tested both packages too and it worked too. Thanks for the report! |
+1 cmake automatically set 755 permisions for executables, but i dont known for libraries. By the way, check if these libraries are installed like files or programs (related to issue #207) |
Hi all, I didn't had any problems with the installation or gazebo. I think that @lr-morales and @varhub uninstall a previous version of JdeRobot and after install the new version, right?. My configuration is a x64 bits with Ubuntu 14.04 without previous versions of JdeRobot. regards |
-1 My error seems to be due outsource build By the way, I checked my development chroot, whose do not complain about -x permission.
So libraries do not requires exec permission nor gazebo has been updated and now requires it*. Both have same Gazebo version @lr-morales , check if .so directories are listed into plugin path ( |
Hello there, gazebo version is now 5.1.0 Thanks for your help, and if I notice more differences or possible causes, I'll post them here. |
closeable |
Hello all,
I have done a update to the current version of the jderobot (13-nov-2015) packages from the previous one (installed at 9-nov-2015) and after copying the models and world as described at the Advanced drone programming course , when running gzserver I got this output:
After checking some possibilities, I found that the dynamic libraries named in the output didn't have execution permissions. Running a
chmod ugo+x
over those plugins solved the issue, but gazebo should be able to run those when doing a fresh jderobot package install.Could someone confirm if this is a general issue?
This system is a fresh xubuntu 14.04.3 (LTS) installation.
Regards,
L. Roberto Morales Iglesias
The text was updated successfully, but these errors were encountered: