We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好 我这边执行rosrun ORB_SLAM3 RGBD_inertial /YOUR_PATH/ORBvoc.bin /YOUR_PATH/Myd435i.yaml这个会报错double free or corruption (out)已放弃 (核心已转储)。。执行RGBD是可以跑通demo,带imu的就不行了
The text was updated successfully, but these errors were encountered:
运行d435i数据集请依据MyK4A.yaml添加时间差参数,并删除227行该段代码 cv::Size dsize = cv::Size(960, 540); cv::Mat rgb_resize; cv::resize(imRgb,rgb_resize,dsize,0,0, cv::INTER_NEAREST); cv::Mat depth_resize; cv::resize(imDepth,depth_resize,dsize,0,0, cv::INTER_NEAREST);
Sorry, something went wrong.
请问你这个问题解决了吗?
请问运行VINS-RGBD的数据集,不需要修改相机参数吗?Myd435i.yaml和VINS-RGBD提供的相机参数好像不一样?
运行d435i数据集请依据MyK4A.yaml添加时间差参数,并删除227行该段代码 cv::Size dsize = cv::Size(960, 540); cv::Mat rgb_resize; cv::resize(imRgb,rgb_resize,dsize,0,0, cv::INTER_NEAREST); cv::Mat depth_resize; cv::resize(imDepth,depth_resize,dsize,0,0, cv::INTER_NEAREST); 请问运行VINS-RGBD的数据集,不需要修改相机参数吗?Myd435i.yaml和VINS-RGBD提供的相机参数好像不一样?
请问您这个问题解决了吗
No branches or pull requests
你好 我这边执行rosrun ORB_SLAM3 RGBD_inertial /YOUR_PATH/ORBvoc.bin /YOUR_PATH/Myd435i.yaml这个会报错double free or corruption (out)已放弃 (核心已转储)。。执行RGBD是可以跑通demo,带imu的就不行了
The text was updated successfully, but these errors were encountered: