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

Set up with LSD SLAM and front-looking camera on quadcopter in Gazebo #168

Open
vkpankov opened this issue Apr 3, 2018 · 0 comments
Open

Comments

@vkpankov
Copy link

vkpankov commented Apr 3, 2018

Hello, could someone set up LSD SLAM&IMU sensor fusion?

  1. Where to get the covariance matrix? Is it a fixed matrix multiplied by lsd-slam scale enough, or it is better to set pose_use_fixed_covariance=true?

  2. I have base_link for IMU and front_cam_optical_frame for lsd_slam/pose tf frames.
    I rotate lsd_slam pose in different node. Like that:
    pListener->lookupTransform ( "base_link", "front_cam_optical_frame", ros::Time ( 0 ), base_link_to_camera_transform );
    tf::Transform pose_out = lsd_slam_pose_orientation*base_link_to_camera_transform.inverse();
    tf::Quaternion pose_orientation = pose_out.getRotation();
    What now I should use for q_ic? [x=0, y=0, z=0, w=1] or something else?

Sorry for my English. Hope for your help!

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

1 participant