Skip to content

formation_ws中发现了一个BUG #51

@XXLiu-HNU

Description

@XXLiu-HNU

int inf_step = ceil(mp_.obstacles_inflation_ - 0.001 / mp_.resolution_) + 1; // plus 1 for safety since we use "getLessInflateOccupancy()"

理论上少了个括号

  int inf_step = ceil((mp_.obstacles_inflation_ - 0.001) / mp_.resolution_) + 1;

不然的话膨胀系数起不到作用

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