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

How to estimate the relative pose between robots #2

Open
Gaoee opened this issue May 27, 2018 · 2 comments
Open

How to estimate the relative pose between robots #2

Gaoee opened this issue May 27, 2018 · 2 comments

Comments

@Gaoee
Copy link

Gaoee commented May 27, 2018

Hello, I have read the paper "Data-Efficient Decentralized Visual SLAM" of you. And there has a question I can not understand. How to estimate the relative pose between robots, did the robot know the initial pose of other robots? Or is there have a common reference frame knew by all robots? Look forward to your reply, thanks.

@tcies
Copy link
Contributor

tcies commented Jul 1, 2018

Hi @Gaoee , sorry for my late reply. Once robot A knows that, in frame X, it observes the same scene as robot B in frame Y (from decentralized visual place recognition), robot A sends all data necessary for relative pose estimation between X and Y to robot B. Then, robot B establishes the pose of X relative to the pose of Y (no common frame of reference needed) , and sends it back to A.
This data comprises feature point locations and their descriptors, and relative pose is established using P3P and RANSAC.

@Gaoee
Copy link
Author

Gaoee commented Jul 4, 2018

Many thanks for your reply.

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

2 participants