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

Class SLOAMNodelet

sloam/include/core/sloamNodelet.h:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6namespace sloam {
7class SLOAMNodelet : public nodelet::Nodelet {
8 public:
9 SLOAMNodelet() {}
10 ~SLOAMNodelet() {}
11 virtual void onInit();
12
13 private:
14 SLOAMNode::Ptr sloamNode;
15};
16} // namespace sloam

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected