Skip to content

Commit 354cabc

Browse files
committed
feat: fixed the compile error
1 parent 0c0921d commit 354cabc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

brain_box_msgs/msg/Gimbal.msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ int32 ts
1414
# bit 2 | Roll invalid bit, the same as bit[1] | Roll invalid bit, the same as bit[1]
1515
# bit 3 |Pitch invalid bit, the same as bit[1] | Pitch invalid bit, the same as bit[1]
1616
# bit [4:7] | bit [4:7]: reserved, set to be 0 |
17-
uint8 mode
17+
int32 mode
18+
19+
string cmd
1820

1921
#the angles are in radian
2022
float32 pitch

0 commit comments

Comments
 (0)