This commit is contained in:
Ivan
2022-04-05 11:42:28 +03:00
commit 6dc0eb0fcf
5565 changed files with 1200500 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#for rostopic tests
int8[] int8_arr
uint8[] uint8_arr
int32[] int32_arr
uint32[] uint32_arr
string[] string_arr
time[] time_arr

View File

@@ -0,0 +1,3 @@
# composite message. required for testing import calculation in generators
CompositeA a
CompositeB b

View File

@@ -0,0 +1,6 @@
# This represents an orientation in free space in quaternion form.
float64 x
float64 y
float64 z
float64 w

View File

@@ -0,0 +1,4 @@
# copy of geometry_msgs/Point for testing
float64 x
float64 y
float64 z

View File

@@ -0,0 +1,3 @@
#for rostopic tests
Simple simple
Arrays arrays

View File

@@ -0,0 +1,3 @@
# for rostopic tests
float32 float32
float64 float64

View File

@@ -0,0 +1 @@
int32 a

View File

@@ -0,0 +1 @@
Empty empty

View File

@@ -0,0 +1,2 @@
String s1
String s2

View File

@@ -0,0 +1,10 @@
# for rostopic tests
byte b
int16 int16
int32 int32
int64 int64
char c
uint16 uint16
uint32 uint32
uint64 uint64
string str

View File

@@ -0,0 +1,2 @@
# Copy of std_msgs/String.msg to avoid having tests require a dependency on std_msgs.
string data

View File

@@ -0,0 +1,3 @@
# for rostopic tests
time t
duration d

View File

@@ -0,0 +1,10 @@
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
int32[] int32_array
float32[] float32_array
time[] time_array
TestString[] test_string_array
# TODO: array of arrays

View File

@@ -0,0 +1,8 @@
Header header
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
byte auto_header # autoset header on response

View File

@@ -0,0 +1,21 @@
# Integration test message of all primitive types
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
string str
byte b
int16 int16
int32 int32
int64 int64
char c
uint16 uint16
uint32 uint32
uint64 uint64
float32 float32
float64 float64
time t
duration d

View File

@@ -0,0 +1,6 @@
# Integration test message
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
string data