Skip to content

Time increment value is hard coded based on 35hz frequency #12

@kaarta-SHanna

Description

@kaarta-SHanna

The time_increment set at line 128 in the r2000 node is hard coded to 1/35.0f/float(scandata.distance_data.size()) (35hz frequency) even though the scan frequency can be set to a different value.

scanmsg.time_increment = 1/35.0f/float(scandata.distance_data.size());

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