Kimera-Multi-LCD icon indicating copy to clipboard operation
Kimera-Multi-LCD copied to clipboard

Installation of `mit_voc.yaml` is not out-of-the-box

Open LimHyungTae opened this issue 1 year ago • 4 comments

As mentioned in https://github.com/MIT-SPARK/Kimera-Multi/issues/18, currently vocab.zip file is not automatically installed in the kimera_multi_lcd directory, which leads to an error like that:

F0817 17:58:18.718714 4103241 LoopClosureDetector.cpp:65] Check failed: f_vocab.good() LoopClosureDetector: Incorrect vocabulary path: /home/shapelim/kimera_multi_ws/src/kimera_multi_lcd/vocab/mit_voc.yml
*** Check failure stack trace: ***
    @     0x7fc0551c5703  google::LogMessage::Fail()
    @     0x7fc0551ca4ab  google::LogMessage::SendToLog()
    @     0x7fc0551c53ff  google::LogMessage::Flush()
    @     0x7fc0551c5c2f  google::LogMessageFatal::~LogMessageFatal()
    @     0x7fc0501f8bef  VIO::loadOrbVocabulary()
    @     0x7fc0501f8ccc  VIO::PreloadedVocab::PreloadedVocab()
    @     0x7fc054f4d43d  VIO::KimeraVioRos::runKimeraVio()
    @     0x55934ef3c9c9  main
    @     0x7fc054621083  __libc_start_main
    @     0x55934ef3ca4e  _start
================================================================================REQUIRED process [acl_jackal2/kimera_vio_ros/kimera_vio_ros_node-1] has died!
process has died [pid 4103241, exit code -6, cmd /home/shapelim/kimera_multi_ws/devel/lib/kimera_vio_ros/kimera_vio_ros_node --use_lcd=true --vocabulary_path=/home/shapelim/kimera_multi_ws/src/kimera_multi_lcd/vocab/mit_voc.yml --flagfile=/home/shapelim/kimera_multi_ws/src/kimera_multi/params/D455/flags/Mesher.flags --flagfile=/home/shapelim/kimera_multi_ws/src/kimera_multi/params/D455/flags/VioBackend.flags --flagfile=/home/shapelim/kimera_multi_ws/src/kimera_multi/params/D455/flags/RegularVioBackend.flags --flagfile=/home/shapelim/kimera_multi_ws/src/kimera_multi/params/D455/flags/Visualizer3D.flags --use_external_odometry=true --do_coarse_imu_camera_temporal_sync=false --do_fine_imu_camera_temporal_sync=false --lcd_no_optimize=true --lcd_no_detection=false --depth_image_mask= --logtostderr=1 --colorlogtostderr=1 --log_prefix=1 --minloglevel=0 --v=0 --log_output=false --log_euroc_gt_data=false --output_path=/home/shapelim/kimera_multi_ws/src/Kimera-VIO-ROS/output_logs/ --lcd_disable_stereo_match_depth_check=true --no_incremental_pose=true --viz_type=2 --visualize=true left_cam/image_raw:=/acl_jackal2/forward/infra1/image_rect_raw left_cam/image_raw/compressed:=/acl_jackal2/forward/infra1/image_rect_raw/compressed right_cam/image_raw:=/acl_jackal2/forward/infra2/image_rect_raw right_cam/image_raw/compressed:=/acl_jackal2/forward/infra2/image_rect_raw/compressed imu:=/acl_jackal2/forward/imu external_odom:=/acl_jackal2/jackal_velocity_controller/odom reinit_flag:=reinit_flag reinit_pose:=reinit_pose odometry:=odometry resiliency:=resiliency imu_bias:=imu_bias optimized_trajectory:=optimized_trajectory pose_graph:=pose_graph mesh:=mesh frontend_stats:=frontend_stats debug_mesh_img/image_raw:=debug_mesh_img/image_raw feature_tracks/image_raw:=feature_tracks/image_raw time_horizon_pointcloud:=time_horizon_pointcloud __name:=kimera_vio_ros_node __log:=/home/shapelim/.ros/log/e8f4c314-5ccf-11ef-8b10-89c894c2eed9/acl_jackal2-kimera_vio_ros-kimera_vio_ros_node-1.log].
log file: /home/shapelim/.ros/log/e8f4c314-5ccf-11ef-8b10-89c894c2eed9/acl_jackal2-kimera_vio_ros-kimera_vio_ros_node-1*.log
Initiating shutdown!
================================================================================

image

LimHyungTae avatar Aug 17 '24 22:08 LimHyungTae