Skip to content

Modified the code to work with Octave 3.6.4 in Windows - #2

Open
tjrantal wants to merge 1 commit into
xioTechnologies:masterfrom
tjrantal:master
Open

Modified the code to work with Octave 3.6.4 in Windows#2
tjrantal wants to merge 1 commit into
xioTechnologies:masterfrom
tjrantal:master

Conversation

@tjrantal

Copy link
Copy Markdown

Some of the features in the code weren't implemented in Octave version 3.6.4, so I modified the code so that the Script.m runs through in Octave in Win7.

On a related note, thank you for publishing the code! I'm going to start using an IMU for assessing physical performance as affordable (not to mention more portable and convenient) alternative to a force plate (which is what I've used in the past). Dr. Madgwick's method ought to work as is, and saved me a lot of unnecessary re-inventing the wheel (assuming that I would've ever gotten there, which is not a given). I will cite Dr. Madgwick's thesis and/or the paper indicated in x-io Technologies web page when I publish my work (in a couple of years :) ). Please let me know if you'd prefer some other references to be cited.

@WernerFS

Copy link
Copy Markdown

Wuju, forgive my unprofessional excitement.

@tjrantal

tjrantal commented Jul 5, 2019 via email

Copy link
Copy Markdown
Author

@timwoelfle

Copy link
Copy Markdown

For those struggling to reproduce (like me): Make sure to load the packages signal (for butter()) and mapping (for deg2rad()) in Octave 3.6.4. The top of the Script.m file thus has to look like this:

clear;
close all;
clc;
pkg load signal;
pkg load mapping;
addpath('Quaternions');
addpath('ximu_matlab_library');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants