arm/User/task/config.yaml

15 lines
352 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- delay: 0
description: ''
freq_control: true
frequency: 500.0
function: Task_blink
name: blink
stack: 256
- delay: 0
description: '机械臂控制任务,包含逆运动学计算'
freq_control: true
frequency: 1000.0
function: Task_arm_main
name: arm_main
stack: 4096 # 增加栈大小到4KB支持逆运动学矩阵计算