-
Notifications
You must be signed in to change notification settings - Fork 93
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
undefined symbol: _ZN2qi6detail22throwConversionFailureEPNS_13TypeInterfaceES2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE #161
Comments
Melodic is a bit old, so I am not sure naoqi_driver from the sources is compatible with melodic's libqi. |
So if I use Noetic, it is better? |
Yes |
Ok,thanks a lot! |
Sorry, Can you provide a link to naoqi sdk 2.9? I can't find it. I am trying using Noetic. |
There is no NAOqi SDK for 2.9, it only works with real robots. Hence the tweak I suggested. |
I want to run a naoqi robot simulation.
I downloaded
naoqi-sdk-2.8.5.10-linux64
, follow this tutorial:"https://wiki.ros.org/nao/Tutorials/Installation", then run this comman in terminal:./naoqi --verbose --broker-ip 127.0.0.1
Then I clone this repo and compiled it use "catkin_make",
When I run this command:
roslaunch naoqi_driver naoqi_driver.launch nao_ip:=127.0.0.1
, I got this Error.How should I solve it?
The text was updated successfully, but these errors were encountered: