diff --git a/launch/bar.launch b/launch/bar.launch new file mode 100644 index 0000000..5598bb4 --- /dev/null +++ b/launch/bar.launch @@ -0,0 +1,58 @@ + + + + + + + + + + + + publishing: + - /state + - /filtered_state + - /test_string + - /test_string2 + - /test_string3 + types: + - geometry_msgs/Point + - geometry_msgs/PointStamped + - std_msgs/String + - std_msgs/String + - std_msgs/String + trusted: + - ".*" + - ".*" + - ".*" + - ".*" + - ".*" + + + + + + + + + + + + + + + + diff --git a/launch/foo.launch b/launch/foo.launch new file mode 100644 index 0000000..ba47887 --- /dev/null +++ b/launch/foo.launch @@ -0,0 +1,58 @@ + + + + + + + + + + + + publishing: + - /state + - /filtered_state + - /test_string + - /test_string2 + - /test_string3 + types: + - geometry_msgs/Point + - geometry_msgs/PointStamped + - std_msgs/String + - std_msgs/String + - std_msgs/String + trusted: + - ".*" + - ".*" + - ".*" + - ".*" + - ".*" + + + + + + + + + + + + + + + +