Search Results

by smirkingman
Fri Sep 20, 2019 9:17 am
Forum: All Other Phidgets
Topic: Axes of the Spatial 3/3/3 1056
Replies: 0
Views: 15960

Axes of the Spatial 3/3/3 1056

I'm a little confused over the axes of the magnetometer, gyro and accelerometer, which I need in NED (Nort, East, Down) form. Empirically, I find for each sensor (0=X, 1=Y, 2=Z): magnetometer : X +ve north, Y +ve west, Z +ve down gyro : X +ve CW rotation on the X axis (roll), Y +ve CW rotation on th...
by smirkingman
Sat Sep 23, 2017 4:06 am
Forum: VB .NET
Topic: Bug in ExampleUtils.vb
Replies: 0
Views: 23878

Bug in ExampleUtils.vb

At line 57 ElseIf (args(i).StartsWith("C:\")) Then If the application is running from a remote computer, the AppName start with "\\" and the code displays (a rather cryptic) "Invalid command line arguments" message. The line should read ElseIf (args(i).StartsWith("...