Code Monkey home page Code Monkey logo

Comments (9)

traversaro avatar traversaro commented on August 18, 2024

@MartaLorenzini can you accept the invitation to https://github.com/orgs/robotology-playground/teams/codyco-developers so I can assigne you this issue?

from human-dynamics-estimation.

traversaro avatar traversaro commented on August 18, 2024

@MartaLorenzini already has a nice prototype, that is missing the part in which data is read from the XSens driver. The data is contained in https://github.com/francesco-romano/xsens-mvn/blob/master/xsenswrapper/thrift/XsensFrame.thrift .

For the time being, @MartaLorenzini can just copy the thrift file in her project and generate the code for the XSens frame type. Then, she can assume that the port will be read by a yarp::os::BufferedPort of the appropriate type, that will be then converted to a tf message sent on the TF topic.

from human-dynamics-estimation.

traversaro avatar traversaro commented on August 18, 2024

One thing that I do not get of the XsensFrame.thrift is how the frames are identified in the list of data. Probably this information is found in the segments method of the RPC service: https://github.com/francesco-romano/xsens-mvn/blob/master/xsenswrapper/thrift/XsensDriverService.thrift#L9 . For the time being, I think it safe to load that list from a configuration file, so that xsens-tf-bridge can also work on dumped data.

from human-dynamics-estimation.

traversaro avatar traversaro commented on August 18, 2024

To enable to @MartaLorenzini to integrate her work on the repository it would be convenient if we could merge repo-structure in master. @claudia-lat @francesco-romano

from human-dynamics-estimation.

francesco-romano avatar francesco-romano commented on August 18, 2024

@traversaro regarding #4 (comment) yes, that is the idea.
The order of the segments are exposed through the RPC method which should be called in the configuration. Frames then come in that order

from human-dynamics-estimation.

traversaro avatar traversaro commented on August 18, 2024

Yes, like we do for the controlboard. ROS Types such as JointState typically embed some metadata such as names in the streaming message (see for example http://docs.ros.org/api/sensor_msgs/html/msg/JointState.html ) but that is clearly a trade-off w.r.t. to the size of the message sent.

from human-dynamics-estimation.

francesco-romano avatar francesco-romano commented on August 18, 2024

@traversaro @MartaLorenzini @claudia-lat branch merged.
Please move to master to use this repo, or branch off to create new features

from human-dynamics-estimation.

francesco-romano avatar francesco-romano commented on August 18, 2024

Xsens drivers have been pushed in the new repository: https://github.com/robotology-playground/xsens-mvn

Right now they are in a branch as testing with the suit is required

from human-dynamics-estimation.

francesco-romano avatar francesco-romano commented on August 18, 2024

Done

from human-dynamics-estimation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.