0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrote even more for the man page. More... over 11 years ago
Good work on the man page. More... over 11 years ago
Made the Makefile actually install the supporting shell script and python script. Fixed the man page. Removed an unused shell script. More... over 11 years ago
Bumped to version 1.0.0. This should be good enough to make a usable package, though the man page is just a stub right now. More... over 11 years ago
Added missing newlines in the help screen More... over 11 years ago
Added the python script and shell script that will be used to calibrate the IMU's magnetometer. These should be distributed in the Debian package. More... over 11 years ago
Updated the minimu9-ahrs.1 man page to be minimal but slightly helpful. More... over 11 years ago
Fixed up Makefile and man page some more. More... over 11 years ago
Fixed the file name of the man page. More... over 11 years ago
Bumped version to 0.0.2. More... over 11 years ago
Changed the compiler options from a debug-style to release-style. The size of the executable is only about 100K now. More... over 11 years ago
Decided it should actually be called minimu9-ahrs because the shorter name is nicer and it will probably work on other embedded Linux boards. More... over 11 years ago
Changed version number to 0.0.1. More... over 11 years ago
Changed the executable name to minimu9-rpi-ahrs to match everything else. Fixed a bug in minimu9-rpi-ahrs.cpp I thought I already fixed. Added a man page (with no real content yet). Various work for the sake of the Debian package. More... over 11 years ago
Changed version number to 0.0.0. Anything below 1.0.0 is just a practice release for me to learn how to make debian packages. More... over 11 years ago
rotationForCompass: Made the algorithm more pleasant to read. More... over 11 years ago
Switched from the East-North-Up coordinate system to North-East-Down to make it easier to generate the natural Euler angles that people expect. In a plane, they should mount the board with Z pointing down and X pointing forward. More... over 11 years ago
Got rid of this redundant imu.checkConnection stuff. Some of that is done in the constructor, so do all of it in the constructor. More... over 11 years ago
Random change to Doxyfile. More... over 11 years ago
Got Euler angles to work nicely and started setting up Doxygen. More... over 11 years ago
Got rid of the extra option translator. More... over 11 years ago
Implemented the --output option. More... over 11 years ago
Got the output with overloaded insertion operators working nicely. More... over 11 years ago
Progress on cleaning up the printing code, but for some reason the output looks bad now; fields are not a fixed width. More... over 11 years ago
Succeeded in making a custom insertion operator for printing matrices! More... over 11 years ago
Use boost program_options to determine mode of operation. More... over 11 years ago
Integrated boost's program_options library and compiled a simple example. More... over 11 years ago
Minor cleaning up of code. More... over 11 years ago
Updated to Eigen 3.1.1 stable release. More... over 11 years ago
Merge branch 'master' into dev/david/quaternion More... over 11 years ago