Unit 3 - material issue - odometry model parameters

Hi,

Odometry Model Parameters

robot_model_type (string, default: “differential”)

Which model to use, either “differential” (nav2_amcl::DifferentialMotionModel) or “omnidirectional” (nav2_amcl::OmniMotionModel).

There can not be used “differential” or “omnidirectional”, only the fully-qualified type of the plugin class.

The configuration example is good.

Péter

Hi Péter, what do you mean with your comment? I feel like your comment contains an important insight but I cannot grasp it. Can you please clarify for me?

Hi @rtellez ,

I think, that in past versions we could use the strings “differential” and “omnidirectional” in the config file. (I am not sure)
I think, now we can not, but the quoted part suggests this, like:
robot_model_type (string, default: “differential”)
So the reader may think, that he/she can use “differential” as a parameter for odometry.
But this is not the case, the string “nav2_amcl::DifferentialMotionModel” can be used but not “differential”.

Hope, it is clear. I am pretty sure, that the quoted text is from an older version of the nav2 documentation. Recent version is like this:

It is not a big deal though.
Best regards
Péter

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.