ZED not getting detected

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

ZED not getting detected

Raksha
Hi Mathieu,

I installed CUDA 8, ZED SDK 2.2.0 and then trying to install RTABMAP. I get a compilation error when i do make -j4. Here is the screenshot

Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

matlabbe
Administrator
Which version of the code do you have? I cannot find the revision with <zed/Camera.cpp>, it should be <zed/Camera.hpp>. However with latest zed versions, it should be even <sl/Camera.hpp>. Update the code.

Cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

Raksha
This post was updated on .
I was trying to install rtabmap 0.14 as well. I am installing CUDA 8, then ZED SDK 2.2.0 and rtabmap 14 version. I get a compilation error.
I tried modifying to .hpp as well. The same compilation error.
Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

matlabbe
Administrator
See 0.14 version: https://github.com/introlab/rtabmap/blob/0.14.0/corelib/src/CameraStereo.cpp#L52, it is not <zed/Camera.cpp> but <sl/Camera.hpp>
Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

Raksha
Okay. I would try that and update you.
Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

Raksha
Any idea why this error when i do "cmake .. " ?

Reply | Threaded
Open this post in threaded view
|

Re: ZED not getting detected

Raksha