Skip to content

Commit 7ae6ce4

Browse files
author
mcberry23
committed
Fixed icm library issue
1 parent afc7238 commit 7ae6ce4

25 files changed

+14497
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ROS Arduino Budget INS
22

3-
This is a ROSSerial Arduino driver for the [SparkFun IMU ICM-20948](https://www.sparkfun.com/products/15335), [SparkFun IMU BNO080](https://www.sparkfun.com/products/14686), and [Arduino Nano33 Sense BLE](https://store.arduino.cc/usa/nano-33-ble-sense) The full sensor list supported by this library:
3+
This is a ROSSerial Arduino driver for the [SparkFun IMU ICM-20948](https://www.sparkfun.com/products/15335), [SparkFun IMU BNO080](https://www.sparkfun.com/products/14686), and [Arduino Nano33 Sense BLE](https://store.arduino.cc/usa/nano-33-ble-sense) The total cost of these three items is about $83. The full sensor list supported by this library:
44

55
* ICM-20948: 9DOF IMU with On-board Fusion
66
* BNO080: 9DOF IMU with On-board Fusion

examples/icm20948_rotation_vector/icm20948_rotation_vector.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
//#define QUAT_ANIMATION // Uncomment this line to output data in the correct format for ZaneL's Node.js Quaternion animation tool: https://github.com/ZaneL/quaternion_sensor_3d_nodejs
2828

29-
#include "ICM_20948.h" // Click here to get the library: http://librarymanager/All#SparkFun_ICM_20948_IMU
29+
#include "src/ICM_20948.h" // Click here to get the library: http://librarymanager/All#SparkFun_ICM_20948_IMU
3030

3131
//#define USE_SPI // Uncomment this to use SPI
3232

0 commit comments

Comments
 (0)