Skip to content

Commit 0b1c3cf

Browse files
committed
Simpler topic_configs.yaml to test in robots
1 parent bb70106 commit 0b1c3cf

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

mocha_core/config/topic_configs.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,12 @@ ground_robot:
99
msg_priority: "NO_PRIORITY"
1010
msg_history: "LAST_MESSAGE"
1111

12-
- msg_topic: "/spomp_global/reachability_history"
13-
msg_type: "spomp/LocalReachabilityArray"
14-
msg_priority: "LOW_PRIORITY"
15-
msg_history: "LAST_MESSAGE"
16-
1712
- msg_topic: "/spomp_global/path_viz"
1813
msg_type: "nav_msgs/Path"
1914
msg_priority: "MEDIUM_PRIORITY"
2015
msg_history: "LAST_MESSAGE"
2116

22-
- msg_topic: "/goal_manager/claimed_goals"
23-
msg_type: "spomp/ClaimedGoalArray"
24-
msg_priority: "HIGH_PRIORITY"
25-
msg_history: "LAST_MESSAGE"
26-
2717
aerial_robot:
28-
- msg_topic: "/asoom/map/compressed"
29-
msg_type: "grid_map_msgs/GridMapCompressed"
30-
msg_priority: "HIGH_PRIORITY"
31-
msg_history: "LAST_MESSAGE"
32-
3318
- msg_topic: "/asoom/recent_key_pose"
3419
msg_type: "geometry_msgs/PoseStamped"
3520
msg_priority: "NO_PRIORITY"

0 commit comments

Comments
 (0)