Diego

Results 16 comments of Diego

/ home / user / catkin_ws / src / I have -gazebo_naoqi_control -nao_gazebo -nao_meshes_master catkin_make in the folder catkin_ws, the following error: ![captura de pantalla de 2018-12-17 17 25 00](https://user-images.githubusercontent.com/45608023/50113470-c3e0a800-0220-11e9-9a0b-f11316ed2079.png)...

hi! / home / user / naosoftware / I have -naoqi-sdk-2.1.4.13-linux32 -simulator-sdk-1.12.0.59-linux32 -pynaoqi-python2.7-2.1.4.13-linux32 catkin_make in the folder catkin_ws: ![captura de pantalla de 2018-12-17 20 13 35](https://user-images.githubusercontent.com/45608023/50121679-45900000-0238-11e9-9472-d835c7beaa27.png) cmakelist.txt `# Tell Program...

> Can you give the output of `ls /home/diego/naosoftware/simulator-sdk-1.12.0.59-linux32`? ![captura de pantalla de 2018-12-17 22 12 14](https://user-images.githubusercontent.com/45608023/50125727-e686b700-0248-11e9-9ead-09919813309d.png) I can not find another sdk simulator :/

> Can you give me the output of `ls /home/diego/naosoftware/simulator-sdk-1.12.0.59-linux32/include`? ![captura de pantalla de 2018-12-17 22 22 44](https://user-images.githubusercontent.com/45608023/50126115-56497180-024a-11e9-989e-c497bc65d641.png)

> I think you either have an older (or newer) version of NAOqi simulator SDK (or partially installed one?). I will try to check tomorrow what version I was using...

> I think you just need to download the [64bit version](http://cui.unige.ch/~agulleir/tools/NAO/Version%201.14.5/simulator-sdk-1.14.5-linux64.tar.gz). repeat the error ... remote connection?, maybe I'm doing something wrong

i think the problem is with NAOqiSIM_FOUND_COMPONENTS, it says that couldn't found NAOqiSIM becaouse of that. How can i hard code that path? And what is that trying to find?...

![captura de pantalla de 2018-12-18 19 46 21](https://user-images.githubusercontent.com/45608023/50187699-a2092300-02fd-11e9-974e-812b3e812872.png) there is the screenshot of the 64bit version, there are many more files than in the 32 bits version. What can it...

![captura de pantalla de 2018-12-19 11 09 53](https://user-images.githubusercontent.com/45608023/50225216-a6295500-037e-11e9-91ba-a8ef2e9e2a1c.png) CMakeLists.txt `# Tell Program where to find NAOqi/NAOqiSIM bin add_definitions(-DNAOQI_SDK="/home/diego/naosoftware/pynaoqi-python2.7-2.1.4.13-linux32") add_definitions(-DNAOQI_SIM_SDK="/home/diego/naosoftware/simulator-sdk-1.14.5-linux64/include")` FindNAOqiSIM.cmake `find_path(NAOqiSIM_INCLUDE_DIR alcommon/alproxy.h HINTS ${NAOqi_INCLUDE_HINTS} )` i don't have any idea...

i did what you told me, and it didn't work, but now show a different error. restore the original(CMakeLists.txt) `# Tell Program where to find NAOqi/NAOqiSIM bin add_definitions(-DNAOQI_SDK="$ENV{AL_DIR}") add_definitions(-DNAOQI_SIM_SDK="$ENV{AL_SIM_DIR}")` at...