Merge pull request #43 from bryant1410/master
Fix broken headings in Markdown files
Fixed gyro vector to correct DPS value
Fix broken Markdown headings
trim list4 so that it parses as an int correctly
Add trim to list4 when assigning mag calibration data to magCal variable. This always parses as a 0 if the new line is not trimmed from list4. Mag was always set to 0 before this change. Now correct calibration data for the magnetometer will show in the gui.
Typo corrected
Added setAxisRemap and setAxisSign functions
Added these two functions to allow remapping of the axis and reversal of their direction also. The developer can then use the macros already provided in the original header.
Use external crystal
Add comment regarding order of operations for calibration restoration.
Per behavior I've discovered and tested today, the external crystal for the BNO055 must be configured only AFTER calibration data has loaded (setSensorOffsets). Failing to adhere to this order of operations prevents loaded calibration data from taking effect....
Add GitHub issue template
Add GitHub pull request template
Merge pull request #25 from andrew-m/master
Updated preprocessor directives for Feather m0 I2C address choice
Updated preprocessor for Feather m0 I2C address choice
Modified the preprocessor ifdefs for I2C address choice to excludefeather m0 boards from arduino zero error, and leave the I2C address asthe default for feathers.
As the feather has the same processor as the zero, and seems to trigger...
Merge pull request #24 from PaulStoffregen/master
Use intrinsic rotations in bunny visualization
Bump to 1.1.3
Added OBJLoader source since google code has opted for early retirement
possible ESP fix
Update library.properties
Merge pull request #22 from gvissers/master
Cleanup of vector code
Add attribution line for fixes in utility code
It makes no sense to return 0 for the vector norm when the vector containsNaNs. Just return NaN instead, Furthermore don't refuse to normalize vectorswhen the length is small. Unless the length really is zero, it should be safeto scale with the inverse length.
Unless all vector length are very close to unity, trying to avoid taking asquare root only slows things down (at least on x86_64 and Arduino Uno).
limit scope of loop variable
Fix use of abs() function with float argument.
The abs() function in stdlib.h takes an integer argument. Passing it a floatwill silently convert the argument to int, and take the absolute value of theresult. Hence, abs(0.99) == 0, which is not what was intended. Use fabs instead.
make member functions const where appropriate, and pass vectors by reference
« Previous 1 2 3 4 5 6 Next » (51-75/148) Per page: 25, 50, 100
Also available in: Atom