Closed GoogleCodeExporter closed 9 years ago
Solved the problem myself by copying the code from readonly version.
Original comment by a.dete...@googlemail.com
on 30 Oct 2012 at 2:10
Okay,
I had the same problem and could not solve yet.Do not understand the procedure
you did with the Makefile, CMakeLists.txt and Doxyfile files. What exactly I
have to do with them. Thanks for the reply.
Original comment by cefe...@gmail.com
on 26 Jan 2013 at 3:57
The problem is that the libraries the programm uses are not located in the same
directories as they did in a older version of ubuntu. Just replace the
cmakefile.txt of your programm directory with the content of this url:
http://code.google.com/p/ssl-vision/source/browse/trunk/CMakeLists.txt
After replacing this file you have to run make.
There may be further errors while compiling but you should be able to remove
them by the same procedure with the following links:
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stack_rob
ocup_ssl.cpp
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stack_rob
ocup_ssl.h
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stacks.h
Original comment by a.dete...@googlemail.com
on 28 Jan 2013 at 6:56
Hello
I'm sorry that you experienced this issue. The official/stable version of
SSL-Vision is always what is checked out via SVN (the read-only version you
mentioned). The one in downloads section is a beta with an added functionality,
the neural calibration. I will update the code there using Ubuntu 12 so you
don't get errors if you want to try that version. But again, the neural
calibration is currently a beta.
Cheers
Original comment by jgurz...@yahoo.com.br
on 16 Mar 2013 at 4:48
Sorry for multiple posts. I rechecked and it seems the original error happened
because you did not have OpenCV, and that's required by the neural_calibration
version.
With the source cause been tracked and the explanation from my previous post,
indicating that the official/stable version is to be retrieved via SVN, I will
proceed to close the issue, if there's no objection.
Cheers
Original comment by jgurz...@yahoo.com.br
on 16 Mar 2013 at 5:02
Original issue reported on code.google.com by
a.dete...@googlemail.com
on 18 Oct 2012 at 8:13