![]() |
BoB robotics
The Brains on Board robotics library
|
Simplest object data class - just tracks position and attitude. More...
#include <udp.h>
Public Member Functions | |
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 |
Simplest object data class - just tracks position and attitude.