armarx::navigation::common Namespace Reference

Enumerations

enum  ControllerType { PlatformGlobalTrajectory, PlatformLocalTrajectory }
 

Variables

const simox::meta::EnumNames< ControllerTypeControllerTypeNames
 
constexpr const char * PlatformGlobalTrajectoryControllerName = "PlatformGlobalTrajectory"
 
constexpr const char * PlatformLocalTrajectoryControllerName = "PlatformLocalTrajectory"
 

Enumeration Type Documentation

◆ ControllerType

enum ControllerType
strong
Enumerator
PlatformGlobalTrajectory 
PlatformLocalTrajectory 

Definition at line 8 of file controller_types.h.

Variable Documentation

◆ ControllerTypeNames

const simox::meta::EnumNames<ControllerType> ControllerTypeNames
inline
Initial value:
{
{ControllerType::PlatformGlobalTrajectory, PlatformGlobalTrajectoryControllerName},
{ControllerType::PlatformLocalTrajectory, PlatformLocalTrajectoryControllerName}}

Definition at line 17 of file controller_types.h.

◆ PlatformGlobalTrajectoryControllerName

constexpr const char* PlatformGlobalTrajectoryControllerName = "PlatformGlobalTrajectory"
constexpr

Definition at line 14 of file controller_types.h.

◆ PlatformLocalTrajectoryControllerName

constexpr const char* PlatformLocalTrajectoryControllerName = "PlatformLocalTrajectory"
constexpr

Definition at line 15 of file controller_types.h.

armarx::navigation::common::PlatformGlobalTrajectoryControllerName
constexpr const char * PlatformGlobalTrajectoryControllerName
Definition: controller_types.h:14
armarx::navigation::common::PlatformLocalTrajectoryControllerName
constexpr const char * PlatformLocalTrajectoryControllerName
Definition: controller_types.h:15