Skip to content

rosrun 运行问题 #34

@ningning234

Description

@ningning234

我们看到您团队的CamVox项目的实现效果非常不错,对这一项目非常感兴趣。
感谢您在github上将其开源,我们也试着将其复现。但是我在安装运行过程中,遇到了一些问题无法解决,希望请教一下

我按照步骤安装,但是没装livox-sdk与mvs camera-sdk。我想只运行一下rosbag看看效果。

我打开了roscore ,之后运行 rosrun online camvox Vocabulary/ORBvoc.bin camvox/online/Livox.yaml 时,出现segement failed。

经过调试,我发现错误出现在calibrating.cc文件中,cv::projectPoints(pts_3d, r_vec, t_vec, camera_matrix, distortion_coeff, pts_2d);这个函数出错,
pts_3d, r_vec, t_vec, camera_matrix, distortion_coeff等参数均有对应数值,但是输出的pts_2d值为nan,导致之后的程序无法运行。

由于在rosrun这一步已经出错,我没有运行rosbag。

感谢您的帮助

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions