nt_list_topics
Filter and retrieve FRC NetworkTables topic names by prefix, regex, or wildcard, returning connection status and matching topics to monitor robot data.
Instructions
Return topic names, filtered by prefix, regex, and/or wildcard.
Response: {"connected": bool, "topics": [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | No | ||
| prefix | No | ||
| wildcard | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||