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

What happens to keyframes received by the front-end ? #21

Closed
Tariq-Abuhashim opened this issue May 24, 2022 · 2 comments
Closed

What happens to keyframes received by the front-end ? #21

Tariq-Abuhashim opened this issue May 24, 2022 · 2 comments

Comments

@Tariq-Abuhashim
Copy link

Tariq-Abuhashim commented May 24, 2022

Is this source complete?
What happens to keyframes received at the front-end?
In communicator_base.cpp , looking at auto CommunicatorBase::ProcessBufferIn()->void function, nothing seems to be using buffer_keyframes_in or buffer_landmarks_in.

Also, the following functions don't do anything:

if(this->TryLock()){
    this->ProcessKeyframeMessages()
    this->ProcessLandmarkMessages()
    this->ProcessNewKeyframes()
    this->ProcessNewLandmarks()
    this->ProcessAdditional()
    this->UnLock()
}

Are you planing on releasing the full code anytime in the future?

@patriksc
Copy link
Collaborator

Yes, this is complete. As explained in the manual, COVINS provides the infrastructure to send data from the server back to an agent to allow the re-use information from the server onboard the agent. However, we do not provide a certain algorithm for map re-use, this needs to be implemented by the user. Unfortunately, there is currently no active work on including such an algorithm into the COVINS framework.

@patriksc
Copy link
Collaborator

Problem seems resolved for the moment - closing this issue.

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