mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
改chassis_cmd_send.vx发送bug,窝系牢痰
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
/* 开发板类型定义,烧录时注意不要弄错对应功能;修改定义后需要重新编译,只能存在一个定义! */
|
||||
// #define ONE_BOARD // 单板控制整车
|
||||
#define CHASSIS_BOARD //底盘板
|
||||
//#define GIMBAL_BOARD //云台板
|
||||
//#define CHASSIS_BOARD //底盘板
|
||||
#define GIMBAL_BOARD //云台板
|
||||
|
||||
#define VISION_USE_VCP // 使用虚拟串口发送视觉数据
|
||||
// #define VISION_USE_UART // 使用串口发送视觉数据
|
||||
@@ -84,6 +84,7 @@ typedef enum
|
||||
CHASSIS_FREE_DEBUG, // 底盘单独调试模式
|
||||
} chassis_mode_e;
|
||||
|
||||
|
||||
// 云台模式设置
|
||||
typedef enum
|
||||
{
|
||||
@@ -127,8 +128,8 @@ typedef struct
|
||||
|
||||
typedef enum
|
||||
{
|
||||
CAHSSIS_ALIGN = 0,
|
||||
CHASSIS_SIDLE
|
||||
CHASSIS_ALIGN = 0,
|
||||
CHASSIS_SIDLE,
|
||||
} chassis_direction_e;
|
||||
|
||||
/* ----------------CMD应用发布的控制数据,应当由gimbal/chassis/shoot订阅---------------- */
|
||||
|
||||
Reference in New Issue
Block a user