Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tjrantal
Copy link

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

Wuju, forgive my unprofessional excitement.

@tjrantal
Copy link
Author

tjrantal commented Jul 5, 2019 via email

@timwoelfle
Copy link

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