MCPcopy Create free account
hub / github.com/brytsknguyen/slict / SensorSync

Method SensorSync

src/SensorSync.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 ~SensorSync() {}
115
116 SensorSync(ros::NodeHandlePtr &nh_ptr_) : nh_ptr(nh_ptr_)
117 {
118 // Initialize the variables and subsribe/advertise topics here
119 Initialize();
120 }
121
122 void Initialize()
123 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected