-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake cannot find Pangolin_Viewer_LIB #13
Comments
Try enabling INSTALL_PANGOLIN_VIEWER when you build OpenVSLAM. |
Hi .. Tried installing openVSLAM with -DINSTALL_PANGOLIN_VIEWER=ON. But still I get this error. |
@aravindSolteq check in /usr/local/lib folder if there is a library of name |
No .. There isnt any pangolin_viewer in /usr/local/lib. But in that case shoud I give |
I set the -DINSTALL_PANGOLIN_VIEWER=ON with cmake-gui...and did a sudo make install....btw if you are interested in T265 and openvslam in stereo mode let me know (without ros...using images from two folders cam0 and cam1 !!) |
Yes I would be defenitely interested with t265. |
Its a bit lengthy.....as of now I could not make an efficient way out
4.) run ./run_euroc_slam with modification in 5.) Use the following yaml
|
@sumitsarkar1 : But I have a confusion with this file. Please can you clarify. I calibrated the camera with rtabmap and got three files for t265 fisheye calibration and the model that is given there is "equidistant" |
Also a build error
I checked the |
its a perspective or pinhole camera AFTER stereo rectify......Under stereo rectifier goes in the actual model of each camera i.e. fisheye. You can use K_left , D_left and K_right and D_right (I have also used these 4) from RTabmap |
Ok .. Thank you for the reply.. I havent used opencv much. So can you help me with where can I find examples of StereoRectify() which I can use directly. |
@aravindSolteq make sure you're using the proper/suggested Pangolin version. Please, take a look at the installation guide.
From this, it is important to mention two things: it is not because the cameras are the same, that the parameters will be equal too. Every camera must be calibrated, or you will have compromised results. Second, if you're using the newest Openvslam version, notice that the accepted .yalm format has changed. (By the way, this is totally out of this topic, maybe you could open a new topic in the "discussion".) |
@mirellameelo : Thanks for the reply. I raised another issue for the build error and @ymd-stella had fixed that issue and updated the code. |
I get a CMAKE error on
catkin_make -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF
OpenVSLAM standalone is working fine and can find Pangolin easily
The text was updated successfully, but these errors were encountered: