#include <vehicle_state.hpp>
Definition at line 9 of file vehicle_state.hpp.
◆ VehicleState() [1/3]
| common_lib::structures::VehicleState::VehicleState |
( |
| ) |
|
|
default |
◆ VehicleState() [2/3]
| common_lib::structures::VehicleState::VehicleState |
( |
Pose |
pose, |
|
|
double |
velocity_x, |
|
|
double |
velocity_y, |
|
|
double |
rotational_velocity |
|
) |
| |
◆ VehicleState() [3/3]
| common_lib::structures::VehicleState::VehicleState |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
theta, |
|
|
double |
velocity_x, |
|
|
double |
velocity_y, |
|
|
double |
rotational_velocity |
|
) |
| |
◆ pose
| Pose common_lib::structures::VehicleState::pose |
◆ rotational_velocity
| double common_lib::structures::VehicleState::rotational_velocity = 0.0 |
◆ velocity_x
| double common_lib::structures::VehicleState::velocity_x = 0.0 |
◆ velocity_y
| double common_lib::structures::VehicleState::velocity_y = 0.0 |
The documentation for this struct was generated from the following files: