mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 19:10:34 +08:00
Formatting and added Scalar.
This commit is contained in:
+4
-4
@@ -6,8 +6,8 @@ using namespace matrix;
|
||||
|
||||
int main()
|
||||
{
|
||||
Dcmf dcm;
|
||||
Quatf q = Quatf(dcm);
|
||||
Eulerf e = Eulerf(dcm);
|
||||
return 0;
|
||||
Dcmf dcm;
|
||||
Quatf q = Quatf(dcm);
|
||||
Eulerf e = Eulerf(dcm);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user