Code Monkey home page Code Monkey logo

odor_search's People

Contributors

goncabrita avatar pvsousa avatar joaoquintas avatar davidbsp avatar aaraujo11 avatar

Watchers

James Cloos avatar  avatar

Forkers

yaozh66

odor_search's Issues

Bug in lse_xsens_mti driver

Hello,

It think there's a bug in the lse_xsens_mti driver, regarding the orientation 
quaternion.

In brief, you're not following the specification:
q0  q1  q2  q3
q.w q.x q.y q.z

Instead, in 'src/MTi/MTi.h' you're doing a wrong assingment:
q0  q1  q2  q3
q.x q.y q.z q.w

I've attached a corrected version. Use 'diff' to see the differences (only 4 
lines).

BTW, I'd like to know:
- Why aren't you using the CMT driver that comes with the Xsens MTi device? I 
guess it's not allowed by the license/copyright. Am I right? I ask because in 
your driver there are many functionalities missed. Furthermore, it is not easy 
to parametrized, e.g. you have to modify the source code to change the sampling 
frequency.
- Your driver uses polling to retrive the IMU data synchronously. Why don't you 
do it asyncrhonously? Is it because of the ROS design/architecture?

Thanks for your attention.

Regards,
Enrique

Original issue reported on code.google.com by [email protected] on 5 Mar 2011 at 12:54

Attachments:

MTi-G Device GPS disabled

A have two MTi-G devices (one newer) with different device id and there is a 
test on MTi.cpp line 153 that disables the GPS:

return (mDeviceID & 0xFFF00000) == 0x00500000;

I don't now if is the right thing to do, but I changed the mask to 0x00F00000 
to solve my problem since my device id is 0x01500690 (I also have an old device 
with id 0x00501501)

Original issue reported on code.google.com by [email protected] on 29 Sep 2012 at 12:00

cereal_port boost missing!

Your lib miss boost. The following lines in CMakeLists.txt seems to fix this:

rosbuild_add_boost_directories()

rosbuild_add_library(cereal_port src/CerealPort.cpp)

rosbuild_link_boost(cereal_port thread)

Original issue reported on code.google.com by [email protected] on 1 Apr 2013 at 11:58

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.