Open-vins Launch文件参数含义标注

这篇博客详细解析了Open-VINS启动文件中针对单目摄像头的参数设置,作者省略了双目和鱼眼相机的相关参数,旨在为其他使用者提供清晰的参考,并欢迎读者提出疑问和指正。
摘要由CSDN通过智能技术生成

花了点时间查找了launch文件参数的内容并做了标注。
我用的是单目普通摄像头,所以把第二个摄像头和鱼眼的参数给删掉了,希望对大家有帮助。

有问题也希望大家指正

<launch>
        <!-- MASTER NODE! -->
        <node name="run_serial_msckf" pkg="ov_msckf" type="run_serial_msckf" output="screen" clear_params="true" required="true"  >

        <!-- bag topics -->
        <param name="topic_imu"      type="string" value="/imu0" />
        <param name="topic_camera0"  type="string" value="/cam0/image_raw" />

        <!-- bag parameters -->
        <!-- path -->
        <param name="path_bag"    type="string" value="/home/desmond/Data/EuRoC/V1_01_easy.bag" />
        <param name="path_gt"     type="string" value="$(find ov_data)/euroc_mav/V1_01_easy.csv" />
        <!--Get our start location and how much of the bag we want to play-->
        <param name="bag_start"   type="double" value="6.0" />
        <!--Make the bag duration < 0 to just process to the end of the bag-->
        <param name="bag_durr"    type="int"    value="-1" />


        <!-- world/filter parameters -->
        <!--Bool to determine whether or not to do first estimate Jacobians-->
        <param name="use_fej"                type="bool"   value="true" />
        <!--Bool to determine whether or not use imu message averaging-->
        <param name="use_imuavg"             type="bool"   value="true" />
        <!--Bool to determine if we should use Rk4 imu integration-->
        <param name="use_rk4int"             type="bool"   value="true" />
        <!--Bool to determine if we should use stereo--
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值