This website requires JavaScript.
Explore
Help
Register
Sign In
HFUT_Firmament_EC
/
sentry_gimbal_hzz
Watch
11
Star
0
Fork
You've already forked sentry_gimbal_hzz
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c2f8b5c8c3
sentry_gimbal_hzz
/
application
/
shoot
/
shoot.h
8 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
确定双板/单板兼容的整体框架
2022-11-27 18:54:27 +08:00
#
ifndef SHOOT_H
#
define SHOOT_H
void
ShootInit
(
)
;
void
ShootTask
(
)
;
新增通用定义头文件,主要内容是角度转换.统一控制的输入,为后续model-based控制做准备
2022-12-04 23:15:18 +08:00
#
endif
// SHOOT_H