#include <map.h>
Public Member Functions | |
Fiducial () | |
Fiducial (int id, const tf2::Stamped< TransformWithVariance > &pose) | |
void | update (const tf2::Stamped< TransformWithVariance > &newPose) |
Public Attributes | |
int | id |
ros::Time | lastPublished |
std::set< int > | links |
int | numObs |
tf2::Stamped< TransformWithVariance > | pose |
bool | visible |
Fiducial::Fiducial | ( | int | id, |
const tf2::Stamped< TransformWithVariance > & | pose | ||
) |
void Fiducial::update | ( | const tf2::Stamped< TransformWithVariance > & | newPose | ) |
tf2::Stamped<TransformWithVariance> Fiducial::pose |