You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I hardly try to get result with your algorithm but failed...
I dont have lidar.
your code successfully run to end of my bag file but all features are classified to outlier!
trajectory only show line!!!
I change nearest/far depth and reprojection error and ....
I think reprojection error and depth scale is problem.
my imu installed frd and my camera is install in a manner to see down.
Hi,
I hardly try to get result with your algorithm but failed...
I dont have lidar.
your code successfully run to end of my bag file but all features are classified to outlier!
trajectory only show line!!!
I change nearest/far depth and reprojection error and ....
I think reprojection error and depth scale is problem.
my imu installed frd and my camera is install in a manner to see down.
could you plz help me with this.
Best Regards.
my sensor config from kalibr:
distortion: [-0.09830587 0.12908673 0.00000912 0.00030652] +- [ 0.00149047 0.00370425 0.00017228 0.0002321 ]
projection: [ 1051.87491107 1049.92208525 664.78113662 375.40768068] +- [ 0.88491547 0.84498195 0.83076271
0.66532587]
reprojection error: [0.000000, 0.000000] +- [0.212658, 0.206313]
Transformation (cam0):
T_ci: (imu0 to cam0):
[[-0.02743445 0.99960638 -0.00586749 0.00271632]
[-0.9996219 -0.02744476 -0.00168346 -0.05918756]
[-0.00184383 0.00581909 0.99998137 -0.01591447]
[ 0. 0. 0. 1. ]]
T_ic: (cam0 to imu0):
[[-0.02743445 -0.9996219 -0.00184383 -0.05912 ]
[ 0.99960638 -0.02744476 0.00581909 -0.00424703]
[-0.00586749 -0.00168346 0.99998137 0.01583048]
[ 0. 0. 0. 1. ]]
timeshift cam0 to imu0: [s] (t_imu = t_cam + shift)
-0.0160764751881
###################### yaml file #######################################################
Configuration file for LE-VINS
结果输出路径
outputpath: "/data/LE-VINS/workspace/output"
is_make_outputdir: true
是否开启可视化
is_use_visualization: true
ROS接口配置
ros:
imu_topic: "/imu0"
image_topic: "/cam0"
lidar_topic: ""
use_compressed_image: false # 使用压缩图像
IMU噪声建模参数
imu:
imudatarate: 204 # IMU原始数据频率, Hz
is_use_zupt: true # 使用零速检测和零速约束
优化器
optimizer:
optimize_reprojection_std: 15 # 像素重投影误差
optimize_point_to_plane_std: 0.1 # 点到面观测协方差, m
optimize_window_size: 10 # 滑动窗口大小
visual:
is_use_lidar_depth: false # 使用激光深度增强
track_max_features: 200 # 最大提取特征数量
lidar:
# 激光参数
lidar_type: 1 # Livox: 1; Velodyne: 2; Ouster: 3
scan_line: 1 # 扫描线数
nearest_distance: 1 # 扫描盲区, m
farthest_distance: 250.0 # 最远距离, m
frame_rate: 25 # 帧率, Hz
####################################################
The text was updated successfully, but these errors were encountered: