amino
Lightweight Robot Utility Library
|
Memory layout for an SE(3) velocity. More...
#include <tf.h>
Public Attributes | |
union { | |
struct { | |
double dv [3] | |
translational velocity | |
double omega [3] | |
rotational velocity | |
} | |
double data [6] | |
data array | |
}; | |