15 #ifndef NAV2_MPPI_CONTROLLER__MODELS__OPTIMIZER_SETTINGS_HPP_
16 #define NAV2_MPPI_CONTROLLER__MODELS__OPTIMIZER_SETTINGS_HPP_
19 #include "nav2_mppi_controller/models/constraints.hpp"
21 namespace mppi::models
34 float temperature{0.0f};
36 unsigned int batch_size{0u};
37 unsigned int time_steps{0u};
38 unsigned int iteration_count{0u};
39 bool shift_control_sequence{
false};
40 size_t retry_attempt_limit{0};
Settings for the optimizer to use.
Noise parameters for sampling trajectories.