mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 21:50:34 +08:00
expm testing and fixes.
This commit is contained in:
@@ -14,6 +14,10 @@ int main()
|
||||
(void)n;
|
||||
float r = v.dot(v);
|
||||
(void)r;
|
||||
|
||||
Vector<float, 5> v2(v);
|
||||
assert(v == v2);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user