v01
This commit is contained in:
7
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Arrays.msg
vendored
Normal file
7
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Arrays.msg
vendored
Normal 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
|
||||
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Composite.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Composite.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# composite message. required for testing import calculation in generators
|
||||
CompositeA a
|
||||
CompositeB b
|
||||
6
thirdparty/ros/ros_comm/test/test_rosmaster/msg/CompositeA.msg
vendored
Normal file
6
thirdparty/ros/ros_comm/test/test_rosmaster/msg/CompositeA.msg
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# This represents an orientation in free space in quaternion form.
|
||||
|
||||
float64 x
|
||||
float64 y
|
||||
float64 z
|
||||
float64 w
|
||||
4
thirdparty/ros/ros_comm/test/test_rosmaster/msg/CompositeB.msg
vendored
Normal file
4
thirdparty/ros/ros_comm/test/test_rosmaster/msg/CompositeB.msg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# copy of geometry_msgs/Point for testing
|
||||
float64 x
|
||||
float64 y
|
||||
float64 z
|
||||
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Embed.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Embed.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#for rostopic tests
|
||||
Simple simple
|
||||
Arrays arrays
|
||||
0
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Empty.msg
vendored
Normal file
0
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Empty.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Floats.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Floats.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# for rostopic tests
|
||||
float32 float32
|
||||
float64 float64
|
||||
1
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgA.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgA.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
int32 a
|
||||
1
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgB.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgB.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Empty empty
|
||||
2
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgC.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rosmaster/msg/RosmsgC.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
String s1
|
||||
String s2
|
||||
10
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Simple.msg
vendored
Normal file
10
thirdparty/ros/ros_comm/test/test_rosmaster/msg/Simple.msg
vendored
Normal 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
|
||||
2
thirdparty/ros/ros_comm/test/test_rosmaster/msg/String.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rosmaster/msg/String.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Copy of std_msgs/String.msg to avoid having tests require a dependency on std_msgs.
|
||||
string data
|
||||
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TVals.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TVals.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# for rostopic tests
|
||||
time t
|
||||
duration d
|
||||
10
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestArrays.msg
vendored
Normal file
10
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestArrays.msg
vendored
Normal 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
|
||||
8
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestHeader.msg
vendored
Normal file
8
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestHeader.msg
vendored
Normal 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
|
||||
21
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestPrimitives.msg
vendored
Normal file
21
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestPrimitives.msg
vendored
Normal 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
|
||||
|
||||
6
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestString.msg
vendored
Normal file
6
thirdparty/ros/ros_comm/test/test_rosmaster/msg/TestString.msg
vendored
Normal 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
|
||||
Reference in New Issue
Block a user