diff --git a/launch/bar.launch b/launch/bar.launch index 9ee7659..09b0ec6 100644 --- a/launch/bar.launch +++ b/launch/bar.launch @@ -1,6 +1,6 @@ - + @@ -10,36 +10,16 @@ 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: - - ".*" - - ".*" - - ".*" - - ".*" - - ".*" + - foo - - - - + args="pub -sr 40 /filtered_state geometry_msgs/PointStamped '{header: {stamp: now, frame_id: base_link}, point: {x: 2.0, y: 1.0, z: 1.0}}'" />