v01
This commit is contained in:
2
thirdparty/ros/ros_comm/test/test_rospy/msg/ArrayVal.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/ArrayVal.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Val[] vals
|
||||
#Val[10] vals_fixed
|
||||
6
thirdparty/ros/ros_comm/test/test_rospy/msg/EmbedTest.msg
vendored
Normal file
6
thirdparty/ros/ros_comm/test/test_rospy/msg/EmbedTest.msg
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
std_msgs/String str1
|
||||
std_msgs/Int32 int1
|
||||
std_msgs/Int32[] ints
|
||||
Val val
|
||||
Val[] vals
|
||||
ArrayVal[] arrayval
|
||||
0
thirdparty/ros/ros_comm/test/test_rospy/msg/Empty.msg
vendored
Normal file
0
thirdparty/ros/ros_comm/test/test_rospy/msg/Empty.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/Floats.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/Floats.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# exact copy of rospy_tutorials/Floats, used for testing
|
||||
float32[] data
|
||||
2
thirdparty/ros/ros_comm/test/test_rospy/msg/HeaderHeaderVal.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/HeaderHeaderVal.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Header header
|
||||
HeaderVal val
|
||||
2
thirdparty/ros/ros_comm/test/test_rospy/msg/HeaderVal.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/HeaderVal.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Header header
|
||||
string val
|
||||
1
thirdparty/ros/ros_comm/test/test_rospy/msg/PythonKeyword.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rospy/msg/PythonKeyword.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
int32 yield
|
||||
15
thirdparty/ros/ros_comm/test/test_rospy/msg/TestConstants.msg
vendored
Normal file
15
thirdparty/ros/ros_comm/test/test_rospy/msg/TestConstants.msg
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
float32 A=-123.0
|
||||
float32 B=124.0
|
||||
float64 C=125.0
|
||||
int32 X=123
|
||||
int32 Y=-123
|
||||
uint32 Z=124
|
||||
string FOO=foo
|
||||
string SINGLEQUOTE='hi
|
||||
string DOUBLEQUOTE="hello" there
|
||||
string MULTIQUOTE="hello" 'goodbye'
|
||||
string EXAMPLE="#comments" are ignored, and leading and trailing whitespace removed
|
||||
string WHITESPACE= strip
|
||||
string EMPTY=
|
||||
bool TRUE=1
|
||||
bool FALSE=0
|
||||
16
thirdparty/ros/ros_comm/test/test_rospy/msg/TestFixedArray.msg
vendored
Normal file
16
thirdparty/ros/ros_comm/test/test_rospy/msg/TestFixedArray.msg
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
float32[1] f32_1
|
||||
float32[3] f32_3
|
||||
float64[1] f64_1
|
||||
float64[3] f64_3
|
||||
int8[1] i8_1
|
||||
int8[3] i8_3
|
||||
uint8[1] u8_1
|
||||
uint8[3] u8_3
|
||||
int32[1] i32_1
|
||||
int32[3] i32_3
|
||||
uint32[1] u32_1
|
||||
uint32[3] u32_3
|
||||
string[1] s_1
|
||||
string[3] s_3
|
||||
bool[1] b_1
|
||||
bool[3] b_3
|
||||
2
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveImport.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveImport.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Bug #2133/2139: EmbedTest uses std_msgs, so TransitiveImport needs it as well
|
||||
EmbedTest data
|
||||
2
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveMsg1.msg
vendored
Normal file
2
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveMsg1.msg
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
TransitiveMsg2 msg2
|
||||
|
||||
1
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveMsg2.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rospy/msg/TransitiveMsg2.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test_rosmaster/Composite data
|
||||
1
thirdparty/ros/ros_comm/test/test_rospy/msg/Val.msg
vendored
Normal file
1
thirdparty/ros/ros_comm/test/test_rospy/msg/Val.msg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
string val
|
||||
Reference in New Issue
Block a user