Project #3: Where Am I /src files.
Project associated with using a robot assembled in project 2, introducing it to a customized world (with some obstacles), extracting the map file (using pgm_map_creator plugin) and executing and testing the AMCL localization algorithm (ROS package).
Some notes:
- Fixed bugs related to subcribe laser dada sensor to AMCL node, related to the (incorrect) reference to topic
/laser/scan(inamcl.launchandcostmap_common_params.yamlfile) that should be simple/scanas programmed (appears) in final lines of themy_robot.gazebofile; - Varied some parameters (related to AMCL algorithm) in
costmap_common_params.yamlfile; - extended laser sensor opening angle from -90 to +90 degrees to -120 to +120 degrees --
my_robot.gazebo.
Fernando Passold, 16 Feb 2021.
