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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.21.0] 16 March 2026
Added
Added lidar visibility feature (sensors can now ignore specific entities during raytracing)
Added new constants for sensor identification:
RGL_SENSOR_ID_DEFAULT
RGL_SENSOR_ID_NONE
Added API call to set a sensor ID that will ignore a given entity in raytracing:
rgl_entity_set_ignored_by_sensor
Added API call to assign a sensor identifier to RaytraceNode:
rgl_node_raytrace_configure_id
Added Agnocast extension enabling zero-copy ROS2 publishing via shared memory
Added build option in CMakeLists:
RGL_BUILD_AGNOCAST_EXTENSION
Added API call to configure Agnocast on a ROS2 publishing node:
rgl_node_configure_agnocast
Added detection states to radar nodes
Extended RadarPostprocessPointsNode cluster statistics with standard deviations of azimuth, elevation, distance, and radial speed
Added per-detection state data (azimuth, elevation, distance, radial speed with their standard deviations, RCS, detection ID, object ID) to RadarTrackObjectsNode
Added ROS2 RadarTracks publishing
Added API call to publish RadarTracks message into ROS2 topic: