Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Differential drive motion model. More...
#include <nav2_mppi_controller/include/nav2_mppi_controller/motion_models.hpp>
Public Member Functions | |
DiffDriveMotionModel ()=default | |
Constructor for mppi::DiffDriveMotionModel. | |
bool | isHolonomic () override |
Whether the motion model is holonomic, using Y axis. More... | |
![]() | |
MotionModel ()=default | |
Constructor for mppi::MotionModel. | |
virtual | ~MotionModel ()=default |
Destructor for mppi::MotionModel. | |
void | initialize (const models::ControlConstraints &control_constraints, float model_dt) |
Initialize motion model on bringup and set required variables. More... | |
virtual void | predict (models::State &state) |
With input velocities, find the vehicle's output velocities. More... | |
virtual void | applyConstraints (models::ControlSequence &) |
Apply hard vehicle constraints to a control sequence. More... | |
Additional Inherited Members | |
![]() | |
float | model_dt_ {0.0} |
models::ControlConstraints | control_constraints_ |
Differential drive motion model.
Definition at line 190 of file motion_models.hpp.
|
inlineoverridevirtual |
Whether the motion model is holonomic, using Y axis.
Implements mppi::MotionModel.
Definition at line 202 of file motion_models.hpp.