![]() |
BoB robotics
The Brains on Board robotics library
|
Object data class which also calculate (un-filtered) velocity. More...
#include <udp.h>
Public Member Functions | |
ObjectDataVelocity (const char *objectName) | |
void | update (uint32_t frameNumber, Pose3< millimeter_t, radian_t > pose) |
const auto & | getVelocity () const |
const auto & | getAngularVelocity () const |
![]() | |
ObjectData (const char *objectName) | |
void | update (uint32_t frameNumber, Pose3< millimeter_t, radian_t > pose) |
uint32_t | getFrameNumber () const |
const auto & | getPose () const |
const char * | getName () const |
Stopwatch::Duration | timeSinceReceived () const |
Object data class which also calculate (un-filtered) velocity.