take_snapshot
Save the current CAN bus capture buffer as a named snapshot for before/after comparison. Use with compare_snapshots to identify changed bytes.
Instructions
Save the current capture buffer as a named snapshot.
Use this for before/after comparison:
Capture baseline traffic → take_snapshot('idle')
Trigger an action (press throttle, turn steering, etc.)
Capture again → take_snapshot('throttle_pressed')
compare_snapshots('idle', 'throttle_pressed') to find changed bytes
Args: name: Snapshot label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |