Skip to content

Vehicle_t

Vehicle state struct. Contains position, orientation and linear and angular velocities.

#include <wp_controller.h>

Public Attributes

Name
Eigen::Vector3d eta1
Eigen::Vector3d eta2
Eigen::Vector3d v1
Eigen::Vector3d v2

Public Attributes Documentation

variable eta1

Eigen::Vector3d eta1 {0.0, 0.0, 0.0};

variable eta2

Eigen::Vector3d eta2 {0.0, 0.0, 0.0};

variable v1

Eigen::Vector3d v1 {0.0, 0.0, 0.0};

variable v2

Eigen::Vector3d v2 {0.0, 0.0, 0.0};

Updated on 2022-09-15 at 17:51:32 +0000


Last update: September 15, 2022
Back to top