Refactor ROS2LidarSensorComponent and ROS2Lidar2DSensorComponent #435
Labels
good-first-issue
Issue ready for a new contributor according to the help wanted guidelines.
kind/enhancement
Enhancement to an existing feature.
priority/major
Major priority. Work that should be handled after all blocking and critical work is done.
sig/simulation
Categorizes an issue or PR as relevant to SIG Simulation
There are two lidar sensor components available in ROS2 Gem:
ROS2LidarSensorComponent
andROS2Lidar2DSensorComponent
. Both components share most of the configuration and implementation, which is duplicated in two separate classes. Refactor the code to make it more readable and less duplicated.Please note PR #433, which modifies the implementation. This PR should be merged first to reduce the rebase/merge overhead.
The text was updated successfully, but these errors were encountered: