Feature(sensors): add radar sensor plugin adapted from ASVSim - #9
Open
grossetjuliette wants to merge 1 commit into
Open
Feature(sensors): add radar sensor plugin adapted from ASVSim#9grossetjuliette wants to merge 1 commit into
grossetjuliette wants to merge 1 commit into
Conversation
Introduce a GPU-LiDAR-based radar simulation plugin for LOTUSim, adapted from ASVSim's radar model. The plugin converts raw Gazebo GPU-LiDAR PointCloudPacked data into radar-like imagery using a Point-Spread-Function (PSF) smearing model. New packages: - systems/sensors/radar_sensor: standalone RadarSensor plugin - interfaces/lotusim_sensor_msgs: add RadarDetection and RadarScan messages Changes: - LotusimSensorPlugin can instantiate RadarSensor via CreateSensor<RadarSensor>() Published ROS 2 topics (<vessel>/<sensor> prefix): /radar/image — PSF-smeared radar display (bgr8) /radar/lidar_image — raw lidar hit map (bgr8) /radar/detections — RadarScan (range, azimuth, intensity) Signed-off-by: Juliette Grosset <jgrosset10@gmail.com>
GNeron
reviewed
Mar 16, 2026
There was a problem hiding this comment.
Your interface is similar to the messages defined in this package. Have you considered using this already deployed package ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a GPU-LiDAR-based radar simulation plugin for LOTUSim, adapted from ASVSim's radar model.
The plugin converts raw Gazebo GPU-LiDAR PointCloudPacked data into radar-like imagery using a Point-Spread-Function (PSF) smearing model.
New packages:
Changes:
Published ROS 2 topics (/ prefix):
/radar/image — PSF-smeared radar display (bgr8)
/radar/lidar_image — raw lidar hit map (bgr8)
/radar/detections — RadarScan (range, azimuth, intensity)