Skip to content

updateLinks() been commented inside its caller addNDTGraph() #4

@zjrob

Description

@zjrob

Functions (int) AutoCompleteGraphLocalization::createNewLinks() and (inline void) AutoCompleteGraphBase::updateLinks() has been fully commented inside the source code.

A member function (int) createNewLinks() of class AutoCompleteGraph calls addLinkBetweenMaps(vec, *it_prior, *it) . Then only one function with the same name AutoCompleteGraphLocalization::addLinkBetweenMaps() can be found, which tells "Those links are not usable anymore in Localization. Use AutoCompleteGraph for that".

The member function createNewLinks() of class AutoCompleteGraph is only called by (virtual void) updateLinks(), a member function of class AutoCompleteGraphFeature inherited from class AutoCompleteGraph. Yet the only call to updateLinks() is commented inside its caller AutoCompleteGraphLocalization::addNDTGraph().

The Auto-Complete Graph paper is scientifically solid and the source is well organized. Hope these tiny puzzles can soon be resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions