Project-MANAS / slam_gmapping

Slam Gmapping for ROS2
125 stars 39 forks source link

Extract parameters from slam_gmapping.cpp to slam_gmapping_params.yaml to be configurable #16

Open wafaa216 opened 1 month ago

wafaa216 commented 1 month ago
AbdelrahmanEldesouky commented 1 month ago

Thank you for extracting the parameters from slam_gmapping.cpp into slam_gmapping_params.yaml. It was a headache to edit them directly in the code! This change significantly enhances flexibility and makes it much easier to fine-tune the parameters for different scenarios in my project.