nt_set
Publish a value to a specified NetworkTables topic, with optional strict type checking to reject mismatched writes. Returns connection status, success flag, and any warning for monitoring and debugging FRC robot data.
Instructions
Publish value to topic.
Response: {"connected": bool, "ok": bool, "warning": str | null}.
strict_type_check=True refuses mismatched writes instead of only
warning about them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| value | Yes | ||
| strict_type_check | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||