Is all the information in the file 'nav2_params.yaml' necessary for a localization task with AMCL?

Please tell me which part is necessary to locate a robot.

I can see some part of the yaml file is related to ‘bt_navigator.’ It looks like it uses behavior-based technology to guide the robot to move. But, we are focused on where the robot is. We can drive the robot manually.

As a beginner, I am afraid of long config files with everything inside. I will never know which setting is an error if something unusual happens.

Hello @bluebird,

Is all the information in the file ‘nav2_params.yaml’ necessary for a localization task with AMCL?

Only those parameters set under

 amcl:
  ros__parameters:

Are necessary for localizing the robot using AMCL.

Cheers,

Roberto

This topic was automatically closed after 22 hours. New replies are no longer allowed.