Eclipse IMU Java Library Import

Our team have been looking to use the Nav6 IMU from Kauai Labs. For the past few weeks, we were able to download the nav6.jar file from this website:

https://code.google.com/p/nav6/

However, whenever we compile the project, an error stating that the package does not exist.

e.g) error: package com.kauailabs.nav6.frc does not exist
[javac] import com.kauailabs.nav6.frc.IMUAdvanced;

We followed the steps provided here:

https://code.google.com/p/nav6/wiki/Java

Has anyone been able to successfully deploy the code in Java?

Team 4911
Cyber Knights
Software Team

It sounds like you are following the cRIO directions and code and not the roboRIO.

We were having the same exact issue, which I think stems from an unfamiliarity with Eclipse (which we are using at FIRST’s urging this year), and unfamiliarity with the nav6.

Certainly, we are a little underwhelmed with the navX documentation for anything 2015 (RoboRio, navX MXP, etc.)

There are no directions for RoboRio (only cRio), and even the “Readme.txt” file inside the zipped nav6 folder does not talk about the 2015 system. Hopefully these can be updated?:smiley:

First Attempt:
We tried to get the nav6 library to show up in our project under “Referenced Libraries” alongside “wpilib” and “networktables”. The nav6.jar file showed up and the IDE even seemed to be happy when we typed in classes from the nav6 library. However, the classes “did not exist” when we tried to build.

**Second Attempt:
**If you open up the sample project in Eclipse, you’ll notice that the nav6 library does not show up in “Referenced Libraries”, but shows 2 extra “packages” (the orange coordinate picture) alongside the main project in the “src” folder.

You can copy those 2 packages from the nav6SimpleRobotExample and place them in your team’s project’s src folder as well:

OPTION 1: In Eclipse, if you have the sample code project open, you can right-click copy each and paste them in the src folder for your team’s project.

OPTION 2: In a Windows explorer, you can copy the “com” folder that you got from the downloaded folder (nav6\roborio\java
av6SimpleRobotExample\src) and paste this folder inside your team’s project workspace “src” folder. In Eclipse, click “File” –> “Refresh” in order to see the packages show up in your project.

Note: We haven’t been able to fully test this solution yet, but hopefully we’ll be able to see some beautiful gyro values tomorrow!:rolleyes:

This setup doesn’t seem to be the most intuitive to me, but I’d love to know if anyone with more programming experience knows why this would make a difference? (Is it simply easier to keep the libraries with the project if you are using a repository like github?)

I’m currently reprogramming our 2015 robot in Java as an offseason project. I too was struggling with getting Eclipse to compile the code after adding the paths for the navX. I believe that I’ve found the problem. In their online instructions for setting up the navX, in your projects build.properties folder they tell you to set the thirdparty_library to ${user.home}/navx-mxp/java/lib/navx_frc.jar. This isn’t where my jar was installed; it was copied directly to my C drive. Changing ${user.home} to C: fixed my problem.

The nav6 is the older product designed for the CRio. The navX-MXP was specially-designed for the RoboRIO, and the navX-MXP documentation is very complete, but as you’ve found the nav6 situation is different. Because the nav6 documentation was hosted on Google Code (which is now shut down) and because our focus at KauaiLabs is navX-MXP, the nav6 documentation for RoboRIO is indeed minimal.

We’re encouraging teams that can to use the navX-MXP, but understand if that’s not realistic and will do our best to provide support for teams using the nav6 on the RoboRIO.

It’s not trivial as one might hope to create a WPI Library-based Java Library and include it in a FRC Java Eclipse project. While a navX-MXP Java library is now available for the RoboRIO along w/installation instructions, a nav6 Java library is not available, so as you’ve found you need to add the nav6 sources directly to your project. If you have trouble doing that, please post the errors you are running into.

What you are describing is for the naX-MXP, whereas the original poster was referring to the nav6.

Haven’t seen in our testing that the install for the navX-MXP puts the libraries in the root of the C: drive - but would like to figure out what’s going on here. Can you please post which version of the navX-MXP software you are running? That information should be listed in the "add/remove programs list under navX-MXP…