Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
nav2_mppi_controller
src
motion_models.cpp
1
// Copyright (c) 2026 Open Navigation LLC
2
// Licensed under the Apache License, Version 2.0 (the "License");
3
// you may not use this file except in compliance with the License.
4
// You may obtain a copy of the License at
5
//
6
// http://www.apache.org/licenses/LICENSE-2.0
7
//
8
// Unless required by applicable law or agreed to in writing, software
9
// distributed under the License is distributed on an "AS IS" BASIS,
10
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
// See the License for the specific language governing permissions and
12
// limitations under the License.
13
14
#include "nav2_mppi_controller/motion_models.hpp"
15
16
#include <pluginlib/class_list_macros.hpp>
17
PLUGINLIB_EXPORT_CLASS(
mppi::AckermannMotionModel
,
mppi::MotionModel
)
18
PLUGINLIB_EXPORT_CLASS(
mppi::DiffDriveMotionModel
,
mppi::MotionModel
)
19
PLUGINLIB_EXPORT_CLASS(
mppi::OmniMotionModel
,
mppi::MotionModel
)
mppi::AckermannMotionModel
Ackermann motion model.
Definition:
motion_models.hpp:259
mppi::DiffDriveMotionModel
Differential drive motion model.
Definition:
motion_models.hpp:314
mppi::MotionModel
Abstract pluginlib class for modeling a vehicle.
Definition:
motion_models.hpp:40
mppi::OmniMotionModel
Omnidirectional motion model.
Definition:
motion_models.hpp:336
Generated by
1.9.1