optimize_trajectory
Optimizes robot trajectories by adjusting waypoints to minimize time, energy consumption, or improve motion smoothness based on user-specified criteria.
Instructions
优化轨迹(时间、能耗或平滑度)
参数:
- ip: 机器人IP地址
- waypoints: 路径点列表
- optimization_type: 优化类型,可选值包括"time", "energy", "smoothness"
返回:
- 优化后的路径Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| waypoints | Yes | ||
| optimization_type | No | time |