Skip to content

Commit 96253c3

Browse files
committed
fix(demos/manymove_industrial): widen rosbag topics + size caps for snapshot capture
Adds default_topics for freeze-frame snapshots and explicit rosbag topics / format / size limits so the fault-attached MCAP actually contains BT and tf data instead of an empty bag.
1 parent 9273f97 commit 96253c3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

demos/manymove_industrial/config/medkit_params.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,19 @@ fault_manager:
2626
confirmation_threshold: 0
2727
snapshots:
2828
enabled: true
29+
default_topics:
30+
- "/joint_states"
31+
- "/tf"
32+
- "/tf_static"
2933
rosbag:
3034
enabled: true
3135
duration_sec: 10.0
3236
duration_after_sec: 2.0
3337
storage_path: "/var/lib/ros2_medkit/rosbags"
38+
format: "mcap"
39+
max_bag_size_mb: 50
40+
max_total_storage_mb: 500
41+
topics: "/joint_states,/tf,/tf_static,/blackboard_status,/planning_scene"
3442

3543
# Per-node fault_reporter local filtering.
3644
bt_client_xarm7:

0 commit comments

Comments
 (0)