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

Method onInit

sloam/src/core/sloamNodelet.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4namespace sloam {
5void SLOAMNodelet::onInit() {
6 // sloam.reset(new SLOAM(getMTPrivateNodeHandle()));
7 sloamNode.reset(new SLOAMNode(getPrivateNodeHandle()));
8 ROS_INFO("Created Sloam Nodelet");
9}
10
11} // namespace sloam
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected