jeljaik / extended-kalman-filter

Matlab and C++ code for implementation of the Extended Kalman Filter for estimating dynamic quantities for a single rigid body with distributed force/torque measurements and distributed gyroscopes and accelerometers measurements.It also include estimation of the orientation under the quaternion representation.
MIT License
38 stars 39 forks source link

Interfacing with XSens #26

Closed jeljaik closed 8 years ago

jeljaik commented 9 years ago

MT Software Suite can be obtained from https://www.xsens.com/mt-software-suite/

'realpath' could not be found. It is usually installed with the 'realpath' package
'uudecode' could not be found. It is usually installed with the 'sharutils' package

Simply do:

sudo apt-get install realpath && sudo apt-get install sharutils
The device is recognized, but I cannot ever access the device -

    Make sure you are in the correct group (often dialout or uucp) in order to
    access the device. You can test this with

        $ ls -l /dev/ttyUSB0
        crw-rw---- 1 root dialout 188, 0 May  6 16:21 /dev/ttyUSB0
        $ groups
        dialout audio video usb users plugdev

    If you aren't in the correct group, you can fix this in two ways.

    1. Add yourself to the correct group
        You can add yourself to it by using your distributions user management
        tool, or call

            $ sudo usermod -G dialout -a $USER

        Be sure to replace dialout with the actual group name if it is
        different. After adding yourself to the group, either relogin to your
        user, or call

            $ newgrp dialout

        to add the current terminal session to the group.

It is strongly recommended to log out and back in after these changes for them to take effect

naveenoid commented 9 years ago

in.. will checkout your progress and start adding my own comments


Naveen Kuppuswamy, PhD Post-doctoral Fellow, Cognitive Humanoids Lab, Department of Robotics, Brain and Cognitive Sciences (RBCS), Istituto Italiano di Tecnologia, Genova, Italy

On Tue, May 26, 2015 at 2:26 PM, Jorhabib Eljaik notifications@github.com wrote:

@naveenoid https://github.com/naveenoid Can you give me a hand to document this? How to install the XSens driver on Linux and pointers to good documentation and info. I'm getting started myself on this.

— Reply to this email directly or view it on GitHub https://github.com/jeljaik/extended-kalman-filter/issues/26#issuecomment-105507245 .