SMACC
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cl_move_base_z::Pose2D Struct Reference

#include <waypoints_navigator.h>

Collaboration diagram for cl_move_base_z::Pose2D:
Collaboration graph

Public Member Functions

 Pose2D (double x, double y, double yaw)
 

Public Attributes

double x_
 
double y_
 
double yaw_
 

Detailed Description

Definition at line 18 of file waypoints_navigator.h.

Constructor & Destructor Documentation

◆ Pose2D()

cl_move_base_z::Pose2D::Pose2D ( double  x,
double  y,
double  yaw 
)
inline

Definition at line 20 of file waypoints_navigator.h.

21 {
22 this->x_ = x;
23 this->y_ = y;
24 this->yaw_ = yaw;
25 }

References x_, y_, and yaw_.

Member Data Documentation

◆ x_

double cl_move_base_z::Pose2D::x_

Definition at line 27 of file waypoints_navigator.h.

Referenced by Pose2D().

◆ y_

double cl_move_base_z::Pose2D::y_

Definition at line 28 of file waypoints_navigator.h.

Referenced by Pose2D().

◆ yaw_

double cl_move_base_z::Pose2D::yaw_

Definition at line 29 of file waypoints_navigator.h.

Referenced by Pose2D().


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