MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / StampedSE3

Class StampedSE3

sloam/src/core/inputNode.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <sloamNode.h>
12
13struct StampedSE3
14{
15 StampedSE3(SE3 p, ros::Time s) : pose(p), stamp(s){};
16 StampedSE3() : pose(SE3()), stamp(ros::Time::now()){};
17 SE3 pose;
18 ros::Time stamp;
19};
20
21enum
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected