remove copy of std_msgs

This commit is contained in:
Thomas Gubler
2015-01-08 11:33:59 +01:00
parent 42430fb5ef
commit bb0d04212f
32 changed files with 0 additions and 130 deletions
-1
View File
@@ -1 +0,0 @@
bool data
-1
View File
@@ -1 +0,0 @@
byte data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
byte[] data # array of data
-1
View File
@@ -1 +0,0 @@
char data
-4
View File
@@ -1,4 +0,0 @@
float32 r
float32 g
float32 b
float32 a
-1
View File
@@ -1 +0,0 @@
duration data
View File
-1
View File
@@ -1 +0,0 @@
float32 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
float32[] data # array of data
-1
View File
@@ -1 +0,0 @@
float64 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
float64[] data # array of data
-15
View File
@@ -1,15 +0,0 @@
# Standard metadata for higher-level stamped data types.
# This is generally used to communicate timestamped data
# in a particular coordinate frame.
#
# sequence ID: consecutively increasing ID
uint32 seq
#Two-integer timestamp that is expressed as:
# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')
# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')
# time-handling sugar is provided by the client library
time stamp
#Frame this data is associated with
# 0: no frame
# 1: global frame
string frame_id
-1
View File
@@ -1 +0,0 @@
int16 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
int16[] data # array of data
-1
View File
@@ -1 +0,0 @@
int32 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
int32[] data # array of data
-1
View File
@@ -1 +0,0 @@
int64 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
int64[] data # array of data
-1
View File
@@ -1 +0,0 @@
int8 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
int8[] data # array of data
-3
View File
@@ -1,3 +0,0 @@
string label # label of given dimension
uint32 size # size of given dimension (in type units)
uint32 stride # stride of given dimension
-26
View File
@@ -1,26 +0,0 @@
# The multiarray declares a generic multi-dimensional array of a
# particular data type. Dimensions are ordered from outer most
# to inner most.
MultiArrayDimension[] dim # Array of dimension properties
uint32 data_offset # padding bytes at front of data
# Accessors should ALWAYS be written in terms of dimension stride
# and specified outer-most dimension first.
#
# multiarray(i,j,k) = data[data_offset + dim_stride[1]*i + dim_stride[2]*j + k]
#
# A standard, 3-channel 640x480 image with interleaved color channels
# would be specified as:
#
# dim[0].label = "height"
# dim[0].size = 480
# dim[0].stride = 3*640*480 = 921600 (note dim[0] stride is just size of image)
# dim[1].label = "width"
# dim[1].size = 640
# dim[1].stride = 3*640 = 1920
# dim[2].label = "channel"
# dim[2].size = 3
# dim[2].stride = 3
#
# multiarray(i,j,k) refers to the ith row, jth column, and kth channel.
-1
View File
@@ -1 +0,0 @@
string data
-1
View File
@@ -1 +0,0 @@
time data
-1
View File
@@ -1 +0,0 @@
uint16 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
uint16[] data # array of data
-1
View File
@@ -1 +0,0 @@
uint32 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
uint32[] data # array of data
-1
View File
@@ -1 +0,0 @@
uint64 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
uint64[] data # array of data
-1
View File
@@ -1 +0,0 @@
uint8 data
-6
View File
@@ -1,6 +0,0 @@
# Please look at the MultiArrayLayout message definition for
# documentation on all multiarrays.
MultiArrayLayout layout # specification of data layout
uint8[] data # array of data