Classes | Namespaces | Typedefs
differential_drive_model.hpp File Reference

Implementation of a differential drive odometry motion model. More...

#include <random>
#include <sophus/se3.hpp>
#include <tuple>
#include <beluga/type_traits/tuple_traits.hpp>
#include <beluga/3d_embedding.hpp>
#include <sophus/se2.hpp>
#include <sophus/so2.hpp>
#include <type_traits>
Include dependency graph for differential_drive_model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  beluga::DifferentialDriveModel< StateType >
 Sampled odometry model for a differential drive. More...
 
struct  beluga::DifferentialDriveModelParam
 Parameters to construct a DifferentialDriveModel instance. More...
 

Namespaces

 beluga
 The main Beluga namespace.
 

Typedefs

using beluga::DifferentialDriveModel2d = DifferentialDriveModel< Sophus::SE2d >
 Alias for a 2D differential drive model, for convinience. More...
 
using beluga::DifferentialDriveModel3d = DifferentialDriveModel< Sophus::SE3d >
 Alias for a 3D differential drive model, for convinience. More...
 

Detailed Description

Implementation of a differential drive odometry motion model.

Definition in file differential_drive_model.hpp.



beluga
Author(s):
autogenerated on Tue Jul 16 2024 02:59:53