DandyLorenz

Results 7 comments of DandyLorenz

Supplementary note: the first error after operation is as follows: **catkin_make --pkg ov2slam** ``` In file included from /root/catkin_ov2slam/src/ov2slam/Thirdparty/Sophus/sophus/se3.hpp:7:0, from /root/catkin_ov2slam/src/ov2slam/include/multi_view_geometry.hpp:33, from /root/catkin_ov2slam/src/ov2slam/src/feature_tracker.cpp:33: /root/catkin_ov2slam/src/ov2slam/Thirdparty/Sophus/sophus/so3.hpp:110:40: error: ‘ScalarBinaryOpTraits’ in namespace ‘Eigen’ does...

Yes, I also encountered the same problem, how did you solve it. We would like to know how the fisheye camera is configured in VINS-MONO

I add the complete error reporting prompt: when I running `roslaunch vins fisheye_node.launch config_file:=/ros/vins_fisheye/src/VINS-Fisheye/config/fisheye_ptgrey_n3/fisheye_cuda.yaml` ```USE_IMU: 1 IMU_TOPIC: /dji_sdk_1/dji_sdk/imu result path /home/xuhao/output/vio.csv [ WARN] [1645089433.321826896]: fix extrinsic param camera number 2...

> Please try the latest version in master branch yes,i sure use last version by command: `git clone https://github.com/xuhao1/VINS-Fisheye.git` .so ,Is there any solution,smile

I made the same mistake.I am run ROS ubuntu 16.04 kinetic,I installed eigen3 3.3.7 and opencv 2.4.9.1。I am do this code: `cd ~/your_fav_code_directory git clone --recursive https://github.com/stevenlovegrove/Pangolin.git cd Pangolin #...