在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):cggos/imu_x_fusion开源软件地址(OpenSource Url):https://github.com/cggos/imu_x_fusion开源编程语言(OpenSource Language):C++ 84.9%开源软件介绍(OpenSource Introduction):IMU + X Loosely-Coupled Fusion Localization
[TOC] Requirementstested on Ubuntu 16.04 and Ubuntu 18.04
Buildmkdir -p ws_msf/src
cd ws_msf/src
git clone xxx
cd ..
catkin_make -j4 # error happened when using the default cmake 3.5.1 on Ubuntu 16.04, upgrade it
# or
catkin build -j4 RunIMU + GNSStest data: utbm_robocar_dataset_20180719_noimage.bag
roslaunch imu_x_fusion imu_gnss_fusion.launch
rosbag play -s 25 utbm_robocar_dataset_20180719_noimage.bag ROS graph and path on rviz: plot the result path (fusion_gps.csv & fusion_state.csv) on Google Map using the scripts IMU + 6DoF OdomVO: ORB-SLAM2 (Stereo) + EuRoC V1_01_easy.bagroslaunch imu_x_fusion imu_vo_fusion.launch [est:=ekf, ukf or map] run ORB-SLAM2 (Stereo) and play back bag file# https://github.com/cggos/orbslam2_cg
# pose cov:
# sigma_pv: 0.001
# sigma_rp: 0.5
# sigma_yaw: 0.5
roslaunch orbslam2_ros run_stereo_euroc.launch
rosbag play V1_01_easy.bag results(Green path: estimated pose; Red path: pose of VO): Use the recorded bag file directlyDownload orbslam2_v101easy.bag rosbag play orbslam2_v101easy.bag VO: ORB-SLAM2 (Stereo) + MYNTEYE-S1030 Camera# TODO: Test
roslaunch imu_x_fusion imu_vo_fusion_mynteye.launch
roslaunch mynt_eye_ros_wrapper mynteye.launch Features
Community
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论