Skip to content

Commit e62e4a2

Browse files
sktometometok-okada
authored andcommitted
[jsk_recognition_msgs] add PanoramaInfo.msg
add PanoramaInfo on jsk_recognition_msgs until ros/common_msgs#171 merged
1 parent e697ea1 commit e62e4a2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

jsk_recognition_msgs/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ add_message_files(
3434
ModelCoefficientsArray.msg
3535
Object.msg
3636
ObjectArray.msg
37+
PanoramaInfo.msg # added on jsk_recognition_msgs until https://github.com/ros/common_msgs/pull/171 merged
3738
ParallelEdgeArray.msg
3839
ParallelEdge.msg
3940
PlotData.msg
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)