Conscience Core
Public Member Functions | Public Attributes | List of all members
CurrentRobotInformations Struct Reference

#include <CscSequenceMovements.h>

Public Member Functions

 CurrentRobotInformations (CscPoint3d *currentPosition, double currentYaw)
 
 ~CurrentRobotInformations ()
 

Public Attributes

CscPoint3dcurrentPosition
 
double currentYaw
 

Detailed Description

Represents the robot's current position and orientation. The class manages the memory of currentPosition (will be deleted by destructor).

Constructor & Destructor Documentation

◆ CurrentRobotInformations()

CurrentRobotInformations::CurrentRobotInformations ( CscPoint3d currentPosition,
double  currentYaw 
)
inline

◆ ~CurrentRobotInformations()

CurrentRobotInformations::~CurrentRobotInformations ( )

Member Data Documentation

◆ currentPosition

CscPoint3d* CurrentRobotInformations::currentPosition

◆ currentYaw

double CurrentRobotInformations::currentYaw

The documentation for this struct was generated from the following files: