Skip to content
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

Installing Nao Ros driver #7

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 1 comment
Open

Installing Nao Ros driver #7

GoogleCodeExporter opened this issue Jul 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

We tried to install the brown's university ros driver for the nao according to 
the readme in the package.
We tried to install the driver on the original nao image version 1.10.10 and on 
1.8.16.
On both we had first the problem that the file paths, which are mentioned in 
the readme of the browns package to copy the "libbrowneyes.so", aren't existing 
("/opt/naoqi/modules/lib"), so we copied the library to "/opt/nao/lib".
The next step was to add the library to the "autoload.ini", which should be 
loacated at "/opt/naoqi/modules/lib" but was located at 
"/opt/naoqi/preferences/".
The next step was to copy the "naoros.tar" to the nao and extract it somewhere 
in the home folder and configure the "envConfig" in "~/naoros/run/".
After sourcing the "envConfig" we started the driver by "./eyes" and got these 
error messages:

1.8.16:
 "./eyes: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory"

1.10.10:
 "Couldn't get shared memory!"

On both firmwares the "urbistarter" library is commented out in the 
"autoload.ini". Is it required for the driver? On both versions it doesn't make 
a difference if we comment it in.

Does anyone maybe know what we did wrong? Are the nao image versions we used 
not compatible with this driver?

We also tried to flash the firmware 1.6.13 but this one is not compatible with 
the hardware version of our nao robot.

Original issue reported on code.google.com by [email protected] on 17 Mar 2011 at 10:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant