get_connection_status
Check the current rosbridge connection status and readonly mode. Returns connection details such as URL, connection time, active subscriptions, and pending service calls to diagnose issues when other tools fail.
Instructions
Report the current rosbridge connection status and readonly mode.
Takes no arguments. Returns {"url", "connected", "connected_since_unix", "active_subscriptions", "pending_service_calls", "readonly"}. The connection is opened lazily, so "connected" is false until another tool has been used. Check this first when other tools report errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||