Skip to content
New issue

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

roslaunch loop_fusion posegraph #4

Open
uts-hb opened this issue Jun 18, 2021 · 4 comments
Open

roslaunch loop_fusion posegraph #4

uts-hb opened this issue Jun 18, 2021 · 4 comments

Comments

@uts-hb
Copy link

uts-hb commented Jun 18, 2021

Hi, I am just trying to run it with the V1_01_easy.bag file.
But had an issue with launching the loop_fusion pose graph showing [POSEGRAPH]: waiting for camera info topic... .

@uts-hb
Copy link
Author

uts-hb commented Jun 18, 2021

Solved by changing topics in posegraph.launch.
From

    <remap from="/vins_estimator/extrinsic"        to="/ov_msckf/keyframe_extrinsic"/>
    <remap from="/vins_estimator/keyframe_point"   to="/ov_msckf/keyframe_feats"/>
    <remap from="/vins_estimator/keyframe_pose"    to="/ov_msckf/keyframe_pose"/>
    <remap from="/vins_estimator/intrinsics"       to="/ov_msckf/keyframe_intrinsics"/>

To

    <remap from="/vins_estimator/extrinsic"        to="/ov_msckf/loop_extrinsic"/>
    <remap from="/vins_estimator/keyframe_point"   to="/ov_msckf/loop_feats"/>
    <remap from="/vins_estimator/keyframe_pose"    to="/ov_msckf/loop_pose"/>
    <remap from="/vins_estimator/intrinsics"       to="/ov_msckf/loop_intrinsics"/>

@uts-hb uts-hb closed this as completed Jun 18, 2021
@goldbattle goldbattle reopened this Jun 18, 2021
@goldbattle
Copy link
Member

I should fix the launch file, will re-open so I remember to do this.
Thanks!

@HuZexild
Copy link

HuZexild commented Aug 2, 2022

I am facing this problem too, however, I tried the method you provided that change "keyframe" into "loop", it still shows waiting for camera info topic...

@shervinkoushan
Copy link

shervinkoushan commented Jan 26, 2023

I am facing this problem too, however, I tried the method you provided that change "keyframe" into "loop", it still shows waiting for camera info topic...

Same issue here with the latest master of OpenVINS. @goldbattle do you know how to solve this problem?

By the way, pgeneva_ros_eth.launch does not currently exist in the ov_msckf package.

Edit
Seems to work after all by running ov_msckf subscribe.launch with the above fix. However, it takes around 10 seconds before the pose graph receives the camera info message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants