Coder Social home page Coder Social logo

Comments (3)

mintar avatar mintar commented on July 29, 2024

Can you please copy-paste the contents of your launch file?

from phidgets_drivers.

ItsJas avatar ItsJas commented on July 29, 2024
<launch>
  <node pkg="nodelet" type="nodelet" name="imu_manager" 
    args="manager" output="screen" />
  <node pkg="nodelet" type="nodelet" name="PhidgetsImuNodelet" 
    args="load phidgets_imu/PhidgetsImuNodelet imu_manager" 
    output="screen">
    <param name="period" value="4"/>
         <param name="cc_mag_field" value="0.49966"/>
         <param name="cc_offset0" value="0.04192"/>
         <param name="cc_offset1" value="0.24596"/>
         <param name="cc_offset2" value="-0.02791"/>
         <param name="cc_gain0" value="1,94740"/>
         <param name="cc_gain1" value="1.91920"/>
         <param name="cc_gain2" value="2.13750"/>
         <param name="cc_t0" value="-0.02415"/>
         <param name="cc_t1" value="-0.05631"/>
         <param name="cc_t2" value="-0.02452"/>
         <param name="cc_t3" value="-0.02640"/>
         <param name="cc_t4" value="-0.06142"/>
         <param name="cc_t5" value="-0.02846"/>  
  </node>
  <node pkg="nodelet" type="nodelet" name="ImuFilterNodelet" 
    args="load imu_filter_madgwick/ImuFilterNodelet imu_manager" 
    output="screen">
    <param name="use_mag" value="true"/>
    <param name="publish_tf" value="false"/>
  </node>
</launch>

from phidgets_drivers.

ItsJas avatar ItsJas commented on July 29, 2024

It was because of the " ," instead of "." , What a careless mistake ! Thank you for you quick answer as usual.

from phidgets_drivers.

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.