open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

Two fields added in SensorViewConfiguration for Radar and Lidar.

Open PhRosenberger opened this issue 5 years ago • 0 comments

Reference to a related issue in the repository

Solves #389.

Description

This PR is an extension of OSI with two fields added in SensorViewConfiguration for Radar and Lidar to properly configure a ray tracer. One is max_range_per_ray in m that terminates a ray if nothing is hit, the other is max_range_per_pixel in m that is applied to the sum of the lengths of all rays on one path that terminates the ray propagation in case of multi-path-propagation.

Mention a member

@pmai, Please check this extension.

Check the checklist

  • [x] My code and comments follow the style guidelines and contributors guidelines of this project.
  • [x] I have performed a self-review of my own code.
  • [x] I have made corresponding changes to the documentation.
  • [x] My changes generate no new warnings.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] New and existing unit tests / travis ci pass locally with my changes.

PhRosenberger avatar May 15 '20 08:05 PhRosenberger