Activity

From 2016-02-23 to 2016-03-23

2016-03-23

23:29 Revision f175ae5e (adafruit_bno055): Merge pull request #24 from PaulStoffregen/master
Use intrinsic rotations in bunny visualization Kevin Townsend
23:08 Revision 93ce5fac (adafruit_bno055): Use intrinsic rotations in bunny visualization
PaulStoffregen
17:41 Revision f0ccfd82 (adafruit_bno055): Bump to 1.1.3
Kevin Townsend
17:41 Revision 2d9324e5 (adafruit_bno055): Added OBJLoader source since google code has opted for early...
Kevin Townsend

2016-03-16

15:32 Revision 78cc710f (adafruit_bno055): possible ESP fix
ladyada

2016-03-08

15:58 Revision 03d683ef (adafruit_bno055): Update library.properties
Kevin Townsend
15:57 Revision 28e0ffb5 (adafruit_bno055): Merge pull request #22 from gvissers/master
Cleanup of vector code Kevin Townsend
14:58 Revision b5582106 (adafruit_bno055): Add attribution line for fixes in utility code
Gé Vissers

2016-03-04

13:53 Revision 3cae40b9 (adafruit_bno055): It makes no sense to return 0 for the vector norm when the v...
NaNs. Just return NaN instead, Furthermore don't refuse to normalize vectors
when the length is small. Unless the len...
Gé Vissers
11:45 Revision 3e12eaa8 (adafruit_bno055): Unless all vector length are very close to unity, trying to ...
square root only slows things down (at least on x86_64 and Arduino Uno). Gé Vissers

2016-02-26

17:37 Revision 651c5f56 (adafruit_bno055): limit scope of loop variable
Gé Vissers
15:38 Revision a61c970f (adafruit_bno055): Fix use of abs() function with float argument.
The abs() function in stdlib.h takes an integer argument. Passing it a float
will silently convert the argument to in...
Gé Vissers
15:34 Revision d7b28532 (adafruit_bno055): make member functions const where appropriate, and pass vect...
Gé Vissers
15:33 Revision a6c06c10 (adafruit_bno055): Remove unused include
Gé Vissers
13:20 Revision fd9de024 (adafruit_bno055): The cross product is only defined for 3D vectors. Instead of...
at runtime, only provide an implementation for N==3. Trying to use the cross
function with other vector sizes will th...
Gé Vissers

2016-02-25

16:26 Revision b3b59267 (adafruit_bno055): Merge pull request #19 from gvissers/master
Cleanup of quaternion code Kevin Townsend
16:04 Revision 7ede6000 (adafruit_bno055): Excessive parentheses only make the expressions hareder to r...
Gé Vissers
15:45 Revision 2dd31024 (adafruit_bno055): Replace use of float by double.
All values in a quaternion are declared double, let's not lose precision on
platforms where double is larger than float.
Gé Vissers
15:42 Revision 2b07acc9 (adafruit_bno055): Simplify a few more functions, and pass vector arguments by ...
Gé Vissers
15:20 Revision 88b09bb5 (adafruit_bno055): Simplify constructors
Gé Vissers
15:09 Revision 0ecc7129 (adafruit_bno055): Simplify several functions by replacing the body with one-li...
constructor. Furthermore, pass Quaternion arguments by reference to avoid
excessive copying.
Gé Vissers
14:52 Revision 4a94251b (adafruit_bno055): Quaternion needs the definition of a matrix. Include it.
Gé Vissers
14:04 Revision e8e79779 (adafruit_bno055): Fix conversion of impure rotation matrices to quaternions
The test for the largest element in the matrix diagonal was reversed, which
resulted in taking the square root of a n...
Gé Vissers

2016-02-24

16:09 Revision 02609f56 (adafruit_bno055): Store determinant as double when computing matrix inverse. D...
Gé Vissers
15:47 Revision aa99f9c5 (adafruit_bno055): Merge pull request #18 from gvissers/master
Fixes for matrix utility code Kevin Townsend
15:20 Revision ba125e3b (adafruit_bno055): The recursive definition of the determinant function, combin...
that no specialized function for the base case N==1 is given, leads to
instantiation of this function for all 256 pos...
Gé Vissers
14:37 Revision 3e5e5286 (adafruit_bno055): Remove inclusion of unused headers
Gé Vissers
14:35 Revision 322c0d59 (adafruit_bno055): Fix calculation of inverse. We should divide by the determin...
Gé Vissers
14:01 Revision 55604844 (adafruit_bno055): Fix minor_matrix() accessing data past end of array.
Gé Vissers
13:55 Revision b79e511b (adafruit_bno055): Get rid of superfluous _cell member
Gé Vissers
13:52 Revision b5f89f32 (adafruit_bno055): Use more standard (i, j) index names and constify transpose()
Gé Vissers
13:48 Revision 771690b8 (adafruit_bno055): Prevent copying row data for every element in matrix multipl...
Gé Vissers
13:45 Revision 364879d2 (adafruit_bno055): Dox matrix addition, subtraction, and scalar multiplication ...
Gé Vissers
13:38 Revision 9f03e367 (adafruit_bno055): make row and column retrieval function const, pass Vector ar...
Gé Vissers
13:32 Revision 8208cc49 (adafruit_bno055): Use a single loop to copy matrices
Gé Vissers
13:26 Revision 9c729628 (adafruit_bno055): Add functions for reading elements of constant matrix
Gé Vissers
13:24 Revision a2da8ab6 (adafruit_bno055): Fix memset() in constructors writing past end of data
Gé Vissers
13:20 Revision c2a8045b (adafruit_bno055): Include vector.h, so that including just matrix.h will pull ...
Gé Vissers
 

Also available in: Atom