Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Updated documentation and moved files around
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Chong committed Jan 12, 2020
1 parent ed404df commit 50f5c86
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
These libraries allow mentors, students, and engineers to quickly get started using the ADIS16448 Inertial Measurement Unit (IMU). This compact module provides teams with a high-performance, ten-degree-of-freedom (DoF), calibrated, feedback for their FRC robots. The module packages several gyroscopes and accelerometers in a small, robust package, perfect for high-performance robotics (such as FRC).

<p align="center">
<img src="https://raw.githubusercontent.com/juchong/ADIS16448-RoboRIO-Driver/master/docs/448_IMU.jpg" alt="ADIS16448 Breakout Board for FRC" width="60%%" />
<img src="https://raw.githubusercontent.com/juchong/ADIS16448-RoboRIO-Driver/master/images/448_IMU.jpg" alt="ADIS16448 Breakout Board for FRC" width="60%%" />
</p>

To simplify the library as much as possible for the 2020 season, only a few, key IMU features are exposed to the user by default.
Expand Down Expand Up @@ -39,7 +39,7 @@ http://maven.highcurrent.io/vendordeps/ADIS16448.json
6. Be sure to check out the example repository if you have questions about the installation

https://github.com/juchong/ADIS16448-RoboRIO-Driver-Examples

#### C++ and Java Users (Offline Install):
An offline installation option is available for users whose machines do not have acces to the internet:

Expand Down Expand Up @@ -75,4 +75,4 @@ Plug in the expansion board as shown below. **Be careful not to offset the conne

**Your RoboRIO should be imaged to match the version of the NI Update Suite installed on your PC.** For example, if you have the latest (of this writing) update suite installed (2020.0.0), then you must also have the **FRC_roboRIO_2020_v10** image and **roboRIO_6.0.0f1** firmware installed. This driver relies heavily on the FPGA image loaded in the RoboRIO and _**will not work**_ on older versions. The most current NI Update Suite can be found [here](https://www.ni.com/en-us/support/downloads/drivers/download.frc-game-tools.html#333285).

![ADIS16448 Breakout Board Installed on a RoboRIO](https://raw.githubusercontent.com/juchong/ADIS16448-RoboRIO-Driver/master/docs/IMG_5514.JPG)
![ADIS16448 Breakout Board Installed on a RoboRIO](https://raw.githubusercontent.com/juchong/ADIS16448-RoboRIO-Driver/master/images/IMG_5514.JPG)
Binary file removed docs/Calibrate.PNG
Binary file not shown.
Binary file removed docs/ExampleFinder.PNG
Binary file not shown.
Binary file removed docs/FrontPanel.png
Binary file not shown.
Binary file removed docs/MainMenu.PNG
Binary file not shown.
Binary file removed docs/RoboBees Reference Code/AdaIMU roboRIO.zip
Binary file not shown.
Binary file removed docs/RobotProject.PNG
Binary file not shown.
Binary file removed docs/pallet.png
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 50f5c86

Please sign in to comment.