Project-MANAS / slam_gmapping

Slam Gmapping for ROS2
140 stars 41 forks source link

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

Open wafaa216 opened 3 months ago

wafaa216 commented 3 months ago
AbdelrahmanEldesouky commented 3 months 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.