Skip to content

Commit

Permalink
云台相对模式命令不使用循环量
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiu-xiao committed Mar 27, 2024
1 parent 9ad1db4 commit 51a4731
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/component/comp_cmd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ class CMD {
typedef Type::Vector3 ChassisCMD;

typedef struct {
Component::Type::Eulr eulr;
struct {
float yaw; /* 偏航角(Yaw angle) */
float pit; /* 俯仰角(Pitch angle) */
float rol; /* 翻滚角(Roll angle) */
} eulr;
GimbalCommandMode mode;
} GimbalCMD;

Expand Down

0 comments on commit 51a4731

Please sign in to comment.