<div dir="ltr"><div>uhm there are several common.h files in the JdeRobot current release (and even in other software installed in your machine, as common.h is a very usual name...).  Do you know which one is the intended one at /usr/local/include/jderobot/encoders.h? It seems that encoders.h is the header for the encoders interface (which has been replaced with pose3D interface in the latest releases of JdeRobot...). Maybe the next step to solve this problem is to locate the right common.h file and manually modify the Cmakelist of the component generated with visualHFSM to include the directory where such file is in the set of directories to search for headers.<br><br>find . -name common.h<br>./src/stable/components/rgbdManualCalibrator/common.h<br>./src/stable/components/gazeboserver/plugins/nao/common.h<br>./src/stable/components/visualHFSM/common.h<br>./src/stable/components/naoviewer/common.h<br><br></div><div>Cheers,<br><br></div>JoseMaria<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-15 20:27 GMT+01:00 Samuel Rey Escudero <span dir="ltr">&lt;<a href="mailto:samuel.rey.escudero@gmail.com" target="_blank">samuel.rey.escudero@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hola a todos,<br><br></div>Estoy empezando a trabajar con visualHFSM y estoy probando el automatafinal.xml que hay en el repositorio svn de Borja Menéndez. Genera el código y compila sin problemas, pero cuando entro a la carpeta build para generar el ejecutable con el comando make me aparece el siguiente error:<br><br>samuel@samuel:~/jderobot/src/stable/components/visualHFSM/examples/build$ make<br>[100%] Building CXX object CMakeFiles/automata.dir/automata.cpp.o<br>In file included from /home/samuel/jderobot/src/stable/components/visualHFSM/examples/automata.cpp:7:0:<br>/usr/local/include/jderobot/encoders.h:38:20: fatal error: common.h: No such file or directory<br>compilation terminated.<br>make[2]: *** [CMakeFiles/automata.dir/automata.cpp.o] Error 1<br>make[1]: *** [CMakeFiles/automata.dir/all] Error 2<br>make: *** [all] Error 2<br><br><br></div>He comprobado que existe el archivo common.h, así que no entiendo el error.<br><br></div>Gracias.<br></div>
<br>_______________________________________________<br>
Jde-developers mailing list<br>
<a href="mailto:Jde-developers@gsyc.es">Jde-developers@gsyc.es</a><br>
<a href="http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers" target="_blank">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Universidad Rey Juan Carlos<br></div></div><a href="http://gsyc.urjc.es/jmplaza" target="_blank">http://gsyc.urjc.es/jmplaza</a><br></div></div>
</div>