You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to RGL v0.17 (#34)
* Make it compatible with RGL v17
* Add support for intensity (LaserRerto)
* Optimization: prioritize node from which data will be requested first
* No need to transfrom points to Lidar frame when publishing LaserScan
* Add support for min range
* Add acknowledgements
* Update RGL download process in CMakeLists
* Review changes
* Fix README (code snippet for pattern should contain only pattern)
* Update README
* Use gz{log-level} instead of ign{log-level}
@@ -109,7 +112,7 @@ Inside the link entity in your model, add a custom sensor:
109
112
*Note: All entities attached to the same \<link\> as lidar will be ignored from raycasting. This enables an adding visual representation of the sensor.*
110
113
111
114
### Parameters description:
112
-
- **range** - the maximum range that the hits will be registered (in meters).
115
+
- **range** - the minimum and maximum range that the hits will be registered (in meters).
113
116
114
117
- **update_rate** - the frequency at which the lidar will perform raycasting (in Hz).
115
118
@@ -190,22 +193,13 @@ Inside the link entity in your model, add a custom sensor:
The project benefited from significant contributions and support of [Dexory](https://www.dexory.com/).
227
+
Features such as LaserScan publishing and Laser Retro as well as update to the newest RGL version were possible thanks to their dedication to the open source community.
0 commit comments