get_isaac_logs
Retrieve recent warnings and errors from the Isaac Sim console to diagnose physics, collision, and script issues.
Instructions
Diagnostic tool: get recent warnings and errors from the Isaac Sim console.
Call this after any tool returns an error, after simulation behavior is unexpected, or after execute_script / reload_script fails. Helps diagnose physics warnings, collision issues, and script errors that are not surfaced in tool responses.
Args: clear: Clear the log buffer after reading. Default True. count: Maximum number of log entries to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |