|
EasyNav Plugins
|
Result structure for MPPI optimization containing control commands and trajectories. More...
#include <MPPIOptimizer.hpp>

Public Attributes | |
| std::vector< std::vector< std::pair< double, double > > > | all_trajectories |
| All sampled trajectories. | |
| std::vector< std::pair< double, double > > | best_trajectory |
| Best trajectory found during optimization. | |
| double | v |
| Linear velocity command. | |
| double | w |
| Angular velocity command. | |
Result structure for MPPI optimization containing control commands and trajectories.
| std::vector<std::vector<std::pair<double, double> > > all_trajectories |
All sampled trajectories.
| std::vector<std::pair<double, double> > best_trajectory |
Best trajectory found during optimization.
| double v |
Linear velocity command.
| double w |
Angular velocity command.