first line of https://github.com/ros-planning/navigation.ros.org/blob/master/configuration/packages/configuring-mppic.rst#general-words-of-wisdom strongly directs to never set model_dt > 1 / controller_frequency but in the example right above it, the controller frequency is 30.0 which suggests model_dt should be less than 0.33.
I won't make a PR for this since I don't know exactly if I should bring the controller frequency or model_dt lower.
first line of https://github.com/ros-planning/navigation.ros.org/blob/master/configuration/packages/configuring-mppic.rst#general-words-of-wisdom strongly directs to never set
model_dt>1 / controller_frequencybut in the example right above it, the controller frequency is 30.0 which suggestsmodel_dtshould be less than 0.33.I won't make a PR for this since I don't know exactly if I should bring the controller frequency or model_dt lower.