Skip to content

Commit

Permalink
[jsk_recognition_msgs] add PanoramaInfo.msg
Browse files Browse the repository at this point in the history
add PanoramaInfo on jsk_recognition_msgs until ros/common_msgs#171 merged
  • Loading branch information
sktometometo authored and k-okada committed Jul 9, 2021
1 parent e697ea1 commit e62e4a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions jsk_recognition_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ add_message_files(
ModelCoefficientsArray.msg
Object.msg
ObjectArray.msg
PanoramaInfo.msg # added on jsk_recognition_msgs until https://github.com/ros/common_msgs/pull/171 merged
ParallelEdgeArray.msg
ParallelEdge.msg
PlotData.msg
Expand Down
19 changes: 19 additions & 0 deletions jsk_recognition_msgs/msg/PanoramaInfo.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This message defines meta information for a panorama image.

#######################################################################
# Image acquisition info #
#######################################################################
std_msgs/Header header

#######################################################################
# Image projection info #
#######################################################################
string projection_model

#######################################################################
# Field of View Parameters #
#######################################################################
float64 theta_min
float64 theta_max
float64 phi_min
float64 phi_max

0 comments on commit e62e4a2

Please sign in to comment.