Quote:
Originally Posted by tux
> there is an 'install.py' in each of the dist directories that will let you
> upload stuff to the robot automatically
Thanks virtuald. If I have time, I will give this a try.
|
Ok. Just remember that the 'official' RobotPy doesn't have the last two WPILib updates integrated [since it uses it's own source code for WPILib, as opposed to the library FIRST distributes], so if you're doing anything that might be affected by those, you'll need to use my source instead.
Quote:
Originally Posted by tux
Do I still need to "Delete the ``dist\RobotPy-Core\robot\ni-rt`` directory tree." or does install.py take care of that?
|
Hmm.. I've never actually done that, and I can't really imagine why you would need to do that either. Usually my build process involves 'make clean', then 'make', then run 'make_dist.bat' and it automatically cleans the dist directory for you.