mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-12 22:30:19 +08:00
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
#class cv::Point3f
|
|
#{
|
|
# float x;
|
|
# float y;
|
|
# float z;
|
|
#}
|
|
|
|
float32 x
|
|
float32 y
|
|
float32 z |