Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
imu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CdF
modules
imu
Graph
feff6013a7a3ae14daeb9dad51e8d952068d32b0
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
6
26
Feb
8
Dec
17
Nov
11
3
2
26
Oct
25
20
1
Sep
18
Aug
16
Jul
10
Jun
3
2
1
30
May
rm include ros/console.h
master
master
add force read_data without callback
package: updated readme for topics
node: switched to magnetometer sensor_msg
package: added readme to doxygen
multi: switched to new sensor_msgs_ext messages
package: updated readme to reference pigpiod in usage
added info about custom device drivers in README
added covariance publishing
exit if initialize fails
switched to shared pointers for ros node components
Added GPIO number guidance to interrupt_gpio_pin parameter
added instructions for gpio group for rpi_node
cleaned up a few missing includes and std namespaces
fixed bug in CMakeLists.txt for msgs
cleaned up CMakeLists.txt for msgs
cleaned up CMakeLists.txt and package.xml
added service to README
added exception handling in interrupt callback to prevent unhandled crash
added eigen3 dependency to package.xml
added gyroscope calibration service
Merge pull request #6 from pcdangio/calibration
added gyroscope calibration service and routine
initial commit of calibrate_gyroscope service
skeleton commit of msgs package
moved node into separate package
improved ros_node code organization
initial commit of calibration structures, loading, and application to data
improved driver header guard
updated driver documentation
updated to new imu message types from sensor_msgs_ext
added max data rate specification and actual data rate logging
updated readme to use new sensor_msgs_ext publications
updated executable name to driver_mpu9250_rpi
updated to use new sensor_msgs_ext messages
removed ide project files
Switched to be16toh and le16toh for better portability.
Initial test of be16toh method on x accel data.
Fixed double deinitialization of the driver
Set default GPIO pin back to 0.