mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Made it possible to specify yaw scale for the copter
This commit is contained in:
parent
d805d6aaf8
commit
55741be473
@ -102,8 +102,10 @@ foreach table $tables {
|
||||
foreach {angle dir} $angles {
|
||||
if {$dir == "CW"} {
|
||||
set dd 1.0
|
||||
} else {
|
||||
} else if {$dir == "CCW"} {
|
||||
set dd -1.0
|
||||
} else {
|
||||
set dd $dir
|
||||
}
|
||||
factors $angle $dd
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user