Class MPPIOptimizer
Defined in File MPPIOptimizer.hpp
Class Documentation
Public Functions
Constructor for MPPIOptimizer.
- Parameters:
num_samples – Number of samples to generate for MPPI.
horizon_steps – Number of steps in the prediction horizon.
dt – Time step for the simulation.
lambda – Temperature parameter for MPPI.
max_lin_vel – Maximum linear velocity in m/s.
max_ang_vel – Maximum angular velocity in rad/s.
max_lin_acc – Maximum linear acceleration in m/s^2.
max_ang_acc – Maximum angular acceleration in rad/s^2.
fov – Field of view in radians for trajectory sampling.
safety_radius – Safety radius for obstacle avoidance in meters.
Computes the control commands using MPPI optimization.
- Parameters:
current_pose – Current pose of the robot.
path – Planned path to follow.
points – Point cloud of the environment.
- Returns:
MPPIResult containing the best control commands and trajectories.