Skip to content

Confusing variable access in imageCallback() and poseEstimateCallback() #265

Description

@fmros

Problem

There are variables like corners or ids accessed in the imageCallback and in the poseEstimateCallback method that are not protected for race conditions. Allthough there is no parallel execution of the threads specified through e.g. MultiThreadedSpinner, i think these variables should be accessed through the incoming message in the poseEstimationCallback and not through the private class members.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions