File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ add_message_files(
34
34
ModelCoefficientsArray.msg
35
35
Object.msg
36
36
ObjectArray.msg
37
+ PanoramaInfo.msg # added on jsk_recognition_msgs until https://github.com/ros/common_msgs/pull/171 merged
37
38
ParallelEdgeArray.msg
38
39
ParallelEdge.msg
39
40
PlotData.msg
Original file line number Diff line number Diff line change
1
+ # This message defines meta information for a panorama image.
2
+
3
+ #######################################################################
4
+ # Image acquisition info #
5
+ #######################################################################
6
+ std_msgs/Header header
7
+
8
+ #######################################################################
9
+ # Image projection info #
10
+ #######################################################################
11
+ string projection_model
12
+
13
+ #######################################################################
14
+ # Field of View Parameters #
15
+ #######################################################################
16
+ float64 theta_min
17
+ float64 theta_max
18
+ float64 phi_min
19
+ float64 phi_max
You can’t perform that action at this time.
0 commit comments