Skip to content

Robustness with respect to unclear meaning of angle_max in LaserScan message #20

@moooeeeep

Description

@moooeeeep

This post might be relevant to you:

In order to address this, you could change this line:

laser->SetMaximumAngle(scan->angle_max);

to this:

laser->SetMaximumAngle(scan->angle_min + (scan->ranges.size()-1)*scan->angle_increment);

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