finishing up FRCSim installer

adds build of gz_msgs on end-user computer
This means we don't need to provide different zips for different
versions of ubuntu.
The problem was that gazebo on 14.04 comes with protobuf 2.5 but gazebo on 15.10 comes with 2.6
added a few other fixes to the install script as well

also fix dependency between simluation publishing and libwpilibcsim
building

Change-Id: I57d5a26ed7795bc61a25402e2986c6023d1d78ac
This commit is contained in:
Peter_Mitrano
2015-12-28 01:50:35 -05:00
parent 17b363f3b4
commit acc7fbbf01
6 changed files with 50 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ publishing {
publications {
simulation(MavenPublication) {
artifact zip
groupId 'simulation'
groupId 'edu.wpi.first.wpilib.simulation'
artifactId 'simulation'
version '1.0.0'
}