Skip to content

Commit f033bb4

Browse files
docs for publish_critics_stats (#771)
* docs for publish_critics_stats Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * Update configuration/packages/configuring-mppic.rst Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 5f6e2d6 commit f033bb4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

configuration/packages/configuring-mppic.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,17 @@ MPPI Parameters
305305
Description
306306
Whether to regenerate noises each iteration or use single noise distribution computed on initialization and reset. Practically, this is found to work fine since the trajectories are being sampled stochastically from a normal distribution and reduces compute jittering at run-time due to thread wake-ups to resample normal distribution.
307307

308+
:publish_critics_stats:
309+
310+
============== ===========================
311+
Type Default
312+
-------------- ---------------------------
313+
bool false
314+
============== ===========================
315+
316+
Description
317+
Whether to publish statistics about each critic's performance. When enabled, publishes a ``nav2_msgs::msg::CriticsStats`` message containing critic names, whether they changed costs, and the sum of costs added by each critic for all trajectory samples. Useful for debugging and tuning critic behavior but should not be enabled for generic runtime use.
318+
308319
:TrajectoryValidator.plugin:
309320

310321
============== =========================================

0 commit comments

Comments
 (0)