#include <mtt_common.h>
Public Attributes | |
double | velocity_angle |
Velocity orientation. | |
double | velocity_module |
Velocity module. | |
double | velocity_x |
X velocity. | |
double | velocity_y |
Y velocity. |
Target velocity data.
Definition at line 325 of file mtt_common.h.
double t_velocity::velocity_angle |
Velocity orientation.
Definition at line 334 of file mtt_common.h.
double t_velocity::velocity_module |
Velocity module.
Definition at line 332 of file mtt_common.h.
double t_velocity::velocity_x |
X velocity.
Definition at line 328 of file mtt_common.h.
double t_velocity::velocity_y |
Y velocity.
Definition at line 330 of file mtt_common.h.