Victor Lamoine

Results 35 comments of Victor Lamoine

No I'm relying on `catkin_make` for the tests.

I have the same issue; ```bash $ catkin build -Dram_documentation_GENERATE=ON ram_documentation ------------------------------------------------------------------------------ Profile: default Extending: [env] /opt/ros/kinetic Workspace: /home/victor/code/_catkin_tools_workspace ------------------------------------------------------------------------------ Source Space: [exists] /home/victor/code/_catkin_tools_workspace/src Log Space: [missing] /home/victor/code/_catkin_tools_workspace/logs Build Space:...

If you mean extrinsic calibration -> adding a cost function into `industrial_calibration` I'm very interested in helping you (writing code, testing etc.). We plan to buy a laser line scanner...

2 good news: - We have bought two profilometers (LJ-V7200 / LJ-V7080) ![materiel recu](https://cloud.githubusercontent.com/assets/5566160/22061305/a46ec812-dd74-11e6-9d0b-4675f0ba9148.jpg) - We receive a Fanuc M-710iC/50 robot that I will able to use next week I...

I've just created an issue there: https://github.com/ros-industrial/industrial_calibration/issues/95

Most probably you did not compile gflag, glog, ceres as shared libraries; the error does not seem to be related to ceres here but I think it's the root problem....

Yes I was able to build the sources by de-activating one or two features. I'll get back to you in an hour with a pull request to show you the...

Better late than never.. sorry! https://github.com/ros-industrial/industrial_calibration/pull/90, https://github.com/ros-industrial/industrial_calibration/pull/92

Ah, we need C++11 enabled. I'm using gcc 6 so C++14 is enabled by default, that's why I don't see this error. I'll add that in the pull request right...

I tried used the calibration procedure again and now I get this error: ```bash OpenCV Error: The function/feature is not implemented () in detectAndCompute, file /tmp/binarydeb/ros-kinetic-opencv3-3.1.0/modules/features2d/src/feature2d.cpp, line 144 [ERROR] [1487148390.729431750]:...