RapyutaSimulationPlugins
Classes | Enumerations
RRBaseOdomComponent.h File Reference

Base Odom Component which provides actor pose changes. More...

#include "CoreMinimal.h"
#include "Core/RRActorCommon.h"
#include "Sensors/RRROS2EntityStateSensorComponent.h"
#include "Tools/RRROS2OdomPublisher.h"
#include "Tools/SimulationState.h"
#include "RRBaseOdomComponent.generated.h"
Include dependency graph for RRBaseOdomComponent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  URRBaseOdomComponent
 Base Odom Component which provide actor pose changes. More...
 

Enumerations

enum  EOdomSource : uint8 { EOdomSource::WORLD, EOdomSource::ENCODER }
 Type of odometry frame origin. More...
 

Detailed Description

Base Odom Component which provides actor pose changes.

Enumeration Type Documentation

◆ EOdomSource

enum EOdomSource : uint8
strong

Type of odometry frame origin.

World provide odometry from world origin and Encoder provide odometry from initial pose.

UENUM(BlueprintType)

Enumerator
WORLD 

UMETA(DisplayName = "World"),.

ENCODER 

UMETA(DisplayName = "Encoder")