HagertyRobotics / ftc_app_networked_simulator

This is a First FTC robot controller app that will provide a networked simulator in place of a USB connected Modern Robotics controller.
MIT License
9 stars 8 forks source link

Update the Android App to use the latest SDK version #5

Open dmssargent opened 9 years ago

dmssargent commented 9 years ago

The SDK got updated, so we need to pull in the new version and verify the code is still running and functioning correctly. A means of automated syncing may need to be developed if the SDK starts getting regular updates.

HagertyRobotics commented 9 years ago

Thanks, I'll check it out.

HagertyRobotics commented 9 years ago

I tried merging in the new SDK changes but since I moved the original SDK to the subdirectory Android/App I had trouble. As a quick fix, I created a new fork of the SDK in the top level repository ftc_app and copied over the changes. I then updated the new SDK and the PC program to work with the new changes in packet sizes and offsets. Do you think I should just remove the Android App from the ftc_app_networked_simulator repository and use the standalone ftc_app repository?

dmssargent commented 9 years ago

Maybe we can apply some logic from this, http://www.arlocarreon.com/blog/git/git-repo-inside-a-git-repo/ It may make life easier, but if we do it, we should provide precompiled packages to make life easier for others.