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
NatureLan-sudo opened this issue May 5, 2022 · 2 comments
Open

how to estimate the relative pose between robots? #2

NatureLan-sudo opened this issue May 5, 2022 · 2 comments

Comments

@NatureLan-sudo
Copy link

NatureLan-sudo commented May 5, 2022

after read your paper , I met a little question.
In the paper ,once two robot meet , we can determine a Tab, the equation is :
image
how can we get the zab under the b Coordinate System?
if we use ICP we can get zab , but it not under any coordinate.
I don't know if I'm right to think this way, hope to get your help
@yeweihuang @jinkunw

@yeweihuang
Copy link
Collaborator

yeweihuang commented May 5, 2022

Hi @lantianran,
When solving the problem, we first roughly transferred xa into robot b’s frame with the initial rotation guess from ScanContext. And since their ScanContext features get matched, we define a zero translation initial. Then we set xb as target cloud in ICP, and get the fixation of xa in robot b’s frame from ICP. Finally we calculate zba using xb and the fixed xa in robot b’s frame.

@goldqiu
Copy link

goldqiu commented May 6, 2022

Hi@lantianran, where is your dataset?

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

3 participants