Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
BoundingBoxArrayWithCameraInfo.h
00001 #ifndef _ROS_jsk_recognition_msgs_BoundingBoxArrayWithCameraInfo_h 00002 #define _ROS_jsk_recognition_msgs_BoundingBoxArrayWithCameraInfo_h 00003 00004 #include <stdint.h> 00005 #include <string.h> 00006 #include <stdlib.h> 00007 #include "ros/msg.h" 00008 #include "std_msgs/Header.h" 00009 #include "jsk_recognition_msgs/BoundingBoxArray.h" 00010 #include "sensor_msgs/CameraInfo.h" 00011 00012 namespace jsk_recognition_msgs 00013 { 00014 00015 class BoundingBoxArrayWithCameraInfo : public ros::Msg 00016 { 00017 public: 00018 typedef std_msgs::Header _header_type; 00019 _header_type header; 00020 typedef jsk_recognition_msgs::BoundingBoxArray _boxes_type; 00021 _boxes_type boxes; 00022 typedef sensor_msgs::CameraInfo _camera_info_type; 00023 _camera_info_type camera_info; 00024 00025 BoundingBoxArrayWithCameraInfo(): 00026 header(), 00027 boxes(), 00028 camera_info() 00029 { 00030 } 00031 00032 virtual int serialize(unsigned char *outbuffer) const 00033 { 00034 int offset = 0; 00035 offset += this->header.serialize(outbuffer + offset); 00036 offset += this->boxes.serialize(outbuffer + offset); 00037 offset += this->camera_info.serialize(outbuffer + offset); 00038 return offset; 00039 } 00040 00041 virtual int deserialize(unsigned char *inbuffer) 00042 { 00043 int offset = 0; 00044 offset += this->header.deserialize(inbuffer + offset); 00045 offset += this->boxes.deserialize(inbuffer + offset); 00046 offset += this->camera_info.deserialize(inbuffer + offset); 00047 return offset; 00048 } 00049 00050 virtual const char * getType(){ return "jsk_recognition_msgs/BoundingBoxArrayWithCameraInfo"; }; 00051 virtual const char * getMD5(){ return "e68d75609bb0b7f4ac5831524b0126e7"; }; 00052 00053 }; 00054 00055 } 00056 #endif
Generated on Mon Sep 26 2022 13:47:00 by
