rosbag decompress path/to/bagfile
)를 해야 합니다!source path/to/catkin_ws/devel/setup.bash
명령어를 사용하지만, zsh를 사용하는 경우 해당 환경에 맞는 설정 파일을 소스하세요.Hydra 실행 방법:
roslaunch hydra_ros uhumans2.launch
별도의 터미널에서 rosbag을 시작합니다:
rosbag play path/to/rosbag --clock
Kimera-VIO도 함께 사용하도록 워크스페이스를 구성하려면:
roscd && cd ../src
vcs import . < hydra/install/vio_overlay.rosinstall
catkin build
우선 Kimera를 시작합니다:
roslaunch kimera_vio_ros kimera_vio_ros_uhumans2.launch online:=true viz_type:=1 use_lcd:=false
그리고 별도의 터미널에서 실행합니다:
# 별도의 터미널에서
roslaunch hydra_ros uhumans2.launch use_gt_frame:=false
우선 Kimera를 시작합니다:
roslaunch kimera_vio_ros kimera_vio_ros_uhumans2.launch online:=true viz_type:=1 \
use_lcd:=true \
lcd_no_optimize:=true
그리고 별도의 터미널에서 Hydra의 동일한 명령을 실행합니다:
roslaunch hydra_ros uhumans2.launch use_gt_frame:=false
⚠️ Kimera-VIO의 최적 결과를 위해서는 rosbag을 시작하기 전에 LCD 어휘 로딩이 완료될 때까지 기다리는 것이 좋습니다.
우선 Kimera를 시작합니다:
roslaunch kimera_vio_ros kimera_vio_ros_uhumans2.launch online:=true viz_type:=1 \
use_lcd:=true \
lcd_no_detection:=true
그리고 별도의 터미널에서 Hydra의 동일한 명령을 실행합니다:
roslaunch hydra_ros uhumans2.launch use_gt_frame:=false enable_dsg_lcd:=true
⚠️ Kimera-VIO의 최적 결과를 위해서는 rosbag을 시작하기 전에 LCD 어휘 로딩이 완료될 때까지 기다리는 것이 좋습니다.