Open brain0071 opened 1 year ago
Melodic is a bit old, so I am not sure naoqi_driver from the sources is compatible with melodic's libqi.
You should check out libqi too in your sources (https://github.com/ros-naoqi/libqi, branch ros
), and libqicore (https://github.com/ros-naoqi/libqicore, branch ros
), as stated in the README: https://github.com/ros-naoqi/naoqi_driver#dependencies
Melodic is a bit old, so I am not sure naoqi_driver from the sources is compatible with melodic's libqi. You should check out libqi too in your sources (https://github.com/ros-naoqi/libqi, branch
ros
), and libqicore (https://github.com/ros-naoqi/libqicore, branchros
), as stated in the README: https://github.com/ros-naoqi/naoqi_driver#dependencies
So if I use Noetic, it is better?
Yes
Yes
Ok,thanks a lot!
Yes
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?