Skip to content

[bug] base_local_planner may cause core dump in multi-thread situation #1173

Open
@ZahirGong

Description

@ZahirGong

the function getGoalPose() check the tf of the last element of global_plan, however, the global_plan could be modified in other thread in multi-thread situation which will cause core dump. Because there is no mutex lock in reader and writer, it is ok in move_base for single thread using.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions