generate_robot_report
Generate a robot operation report by providing robot ID, start and end timestamps, and a save path. Use it to analyze performance summary.
Instructions
生成机器人运行报告
参数:
- robot_id: 机器人ID
- start_time: 开始时间戳
- end_time: 结束时间戳
- report_path: 报告保存路径
返回:
- 报告生成结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | ||
| robot_id | Yes | ||
| start_time | No | ||
| report_path | No |