Closed jokla closed 7 years ago
try with naoqi 2.1, it works
Thanks, I am using naoqi 2.1 and it is working. I use the version 2.3 without ROS, so I was wondering how to solve this problem, but It is not blocking for me.
@suryaambrose Any idea about what happened to qitype between naoqi2.1 and naoqi2.3 ? Any lead to solve the problem for future versions ? Thanks!
@suryaambrose it disappeared :)
Yeah qitype was removed. We probably need to do something in the FindNAOqi.cmake. I did fix something like that, but I can't remember in which project and as this file is duplicated among all naoqi projects, it is sometimes hard to keep a clear track :(.
I'll look for it and come back to you
That would be nice to fix it since it is in many packages . Was in in naoqi_driver ?
Hi!
Any news about the fix?
Thanks!
Try to remove qytype in CMakeLists.txt and in cmake/FindNAOqi.cmake. It worked for me, let me test it again and do a fix
Now this package is replaced by naoqi_dcm_driver that is much easy to compile. Should we close this issue @jokla ?
@nlyubova yes! Thanks
Hi!
I am trying to build the package romeo_robot using the
naoqi-sdk-2.3.0.14-linux64
but I have a problem withromeo_dcm_driver
.First error:
-- Could not find NAOqi's qitype -- Boost version: 1.54.0 -- Cannot find NAOqi C++ sdk; C++ nodes will NOT be built
In fact in the FindNAOqi.cmake we are looking for the library qitype that doesn't exist anymore in naoqi-sdk-2.3.0.14. Was it merged with the lib qi? (I can find it in the folder /naoqi-sdk-2.3.0.14-linux64/include/qi/type).
If I uncomment qitype from the set(NAOqi_COMPONENTS) and in the CMakeLists.txt I get this errors:
Any idea?
Thanks in advance!