Giter Site home page Giter Site logo

arboc's Introduction

osl

GitHub Sponsors Instagram LinkedIn Gmail

arboc's People

Contributors

adityasingh3007 avatar imsenthur avatar jaxxstar avatar manuaatitya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

arboc's Issues

Relative angle between subsequent links.

Serial.print("MPU ");Serial.print(i);Serial.print(" with respect to MPU ");Serial.println(0);
Serial.print("RelativeTheta X = "); Serial.print(theta[i][0] - theta[0][0]);
Serial.print(" | RelativeTheta_Y = "); Serial.print(theta[i][0] - theta[0][1]);
Serial.print(" | RelativeTheta_Z = "); Serial.println(theta[i][0] - theta[0][2]);

@manuaatitya The feedback looks excellent but the code committed computes the relative angle between the current link and the head [Link_01] however the control loop requires relative angle between subsequent links. Do look into it and make the necessary changes. :)

Adding more than 5 IMUs to the I2C mux

Considering our project need 7 IMU's to be connected, there are two things you can try
(i) Change the address of 2 MPU's to 0x69 and connect them to the any of the working channels, say SD0-SC0 and SD1-SC1 and read from those channels by using address 0x69.
(ii) Check if the problem is in the 6th channels of the I2C MUX by using the 7th and 8th channels with the first 5 channels transmitting data

All this is suggested because you said you are currently not able to read 6 IMU's at the same time

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.