MCPcopy Create free account
hub / github.com/ZJU-FAST-Lab/Elastic-Tracker / CamConfig

Class CamConfig

src/mapping/src/mapping_nodelet.cpp:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 ImageOdomSynchronizer;
25
26struct CamConfig {
27 // camera paramters
28 double rate;
29 double range;
30 int width;
31 int height;
32 double fx;
33 double fy;
34 double cx;
35 double cy;
36 double depth_scaling_factor;
37};
38
39class Nodelet : public nodelet::Nodelet {
40 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected