v01
This commit is contained in:
1
thirdparty/ros/ros_comm/test/test_rostopic/msg/ArrayVal.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rostopic/msg/ArrayVal.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Val[] vals
|
||||
7
thirdparty/ros/ros_comm/test/test_rostopic/msg/Arrays.msg
vendored
Normal file
7
thirdparty/ros/ros_comm/test/test_rostopic/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_rostopic/msg/Embed.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rostopic/msg/Embed.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#for rostopic tests
|
||||
Simple simple
|
||||
Arrays arrays
|
||||
3
thirdparty/ros/ros_comm/test/test_rostopic/msg/Floats.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rostopic/msg/Floats.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# for rostopic tests
|
||||
float32 float32
|
||||
float64 float64
|
||||
10
thirdparty/ros/ros_comm/test/test_rostopic/msg/Simple.msg
vendored
Normal file
10
thirdparty/ros/ros_comm/test/test_rostopic/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
|
||||
3
thirdparty/ros/ros_comm/test/test_rostopic/msg/TVals.msg
vendored
Normal file
3
thirdparty/ros/ros_comm/test/test_rostopic/msg/TVals.msg
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# for rostopic tests
|
||||
time t
|
||||
duration d
|
||||
1
thirdparty/ros/ros_comm/test/test_rostopic/msg/Val.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rostopic/msg/Val.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
string val
|
||||
Reference in New Issue
Block a user