0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 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
Add the logic for selecting what sensors to use. More... about 7 years ago
Complete LIS3MDL implementation. More... about 7 years ago
Complete LSM6 implementation. More... about 7 years ago
Rename MinIMU9 to minimu9::handle and such. More... about 7 years ago
Get rid of camelCase from l3g.h and lsm303.h. More... about 7 years ago
Modernized the code style of imu.h. More... about 7 years ago
Put sensor classes into namespaces. More... about 7 years ago
Made the sensor libraries define their own comm_config structs, got everything to compile again but it definitely doesn't work yet. More... about 7 years ago
Made i2c_bus properly movable and copyable. More... about 7 years ago
Implemented the logic for finding LSM303s in the new style. More... about 7 years ago
lsm303: Use the i2c_addr enum for storing those addresses. More... about 7 years ago
Renamed the lsm303 class and changed how its constants are defined. More... about 7 years ago
l3g class: Renamed it and modernized its style and how its constants are defined. More... about 7 years ago
Got it to autodetect the LIS3MDL. More... about 7 years ago
Got it to detec the LSM6. More... about 7 years ago
Got the code to compile again. More... about 7 years ago
WIP: Added a new version of i2c_bus that uses the I2C_RDWR ioctl and started updating all the code to use it. More... about 7 years ago
Wrote a stub for the new minimu9_auto_detect function. More... about 7 years ago
Set the fill-column to 80 in .dir-locals.el. More... about 7 years ago
Cleaned up the coding style of minimu9-ahrs.cpp. More... about 7 years ago
Get rid of the -Wno-psabi option; it is not needed. More... about 7 years ago
Changed the preferred indentation to 2. More... about 7 years ago
Use gnu++11, and don't spend so much time optimizing the code (compile times are slow even on the RPi3). More... about 7 years ago
Updated copyright year. More... about 7 years ago
README.md: Added a link to ahrs-visualizer. More... about 7 years ago
Changed the README to markdown, added a note about getting the AltIMU-10 v4. More... about 7 years ago
Better error messages for POSIX errors such as failing to open the I2C device. More... almost 8 years ago
Add support for compiling against the Eigen3 library installed on the system. More... almost 8 years ago
Removed the copy of the Eigen. More... almost 8 years ago
Include unistd.h in three files to fix issue #22. More... almost 8 years ago