mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Fixed default.
This commit is contained in:
parent
a36ff9f1e5
commit
5369904d27
@ -31,9 +31,9 @@ public:
|
||||
{
|
||||
Quaternion &q = *this;
|
||||
q(0) = 1;
|
||||
q(1) = 2;
|
||||
q(2) = 3;
|
||||
q(3) = 4;
|
||||
q(1) = 0;
|
||||
q(2) = 0;
|
||||
q(3) = 0;
|
||||
}
|
||||
|
||||
Quaternion(const Dcm<Type> & dcm) :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user