Skip to content

18.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Oct 01:41

Description

Abstract

This pull-request does refactoring the Raycaster and LidarSensor class.

Details

  • Introduce Raycaster::Entity struct to treat geometry id and primitive in same place.
  • Move ros message conversion functionality from Raycaster to LidarSensor to clarify its scopes
  • Optimize includes
  • Removed static attribute from Raycaster::intersect
    • Previously, this function had the static attribute for parallelization by threads

References

Regression Test: OK

Destructive Changes

None

Known Limitations

None

Related Issues