2022-11-27 18:54:27 +08:00
|
|
|
#include "shoot.h"
|
2022-12-02 22:17:10 +08:00
|
|
|
#include "robot_def.h"
|
2023-03-19 11:11:40 +08:00
|
|
|
|
2022-12-02 22:17:10 +08:00
|
|
|
#include "dji_motor.h"
|
2022-12-03 15:20:17 +08:00
|
|
|
#include "message_center.h"
|
2022-12-04 20:26:15 +08:00
|
|
|
#include "bsp_dwt.h"
|
2022-12-04 23:15:18 +08:00
|
|
|
#include "general_def.h"
|
2022-12-02 22:17:10 +08:00
|
|
|
|
2022-12-04 20:26:15 +08:00
|
|
|
|
2022-11-27 18:54:27 +08:00
|
|
|
void ShootInit()
|
|
|
|
|
{
|
2024-01-14 21:22:34 +08:00
|
|
|
|
2022-11-27 18:54:27 +08:00
|
|
|
}
|
|
|
|
|
|
2023-01-01 17:32:22 +08:00
|
|
|
/* 机器人发射机构控制核心任务 */
|
2022-11-27 18:54:27 +08:00
|
|
|
void ShootTask()
|
|
|
|
|
{
|
2024-01-14 21:22:34 +08:00
|
|
|
|
2022-11-27 18:54:27 +08:00
|
|
|
}
|