PX4 / FlightPlot

PX4 flight log plotter for ulog format
60 stars 54 forks source link

Set up Travis to build this and re-link PX4 docs to it #1

Closed LorenzMeier closed 8 years ago

LorenzMeier commented 8 years ago

@bkueng @AndreasAntener Could you look into setting up Travis for this and update the PX4 website to point to the resulting binaries? Flight plot is not very actively maintained and it starts to slow us down. We need to have control over the binaries we depend on.

AndreasAntener commented 8 years ago

Antons version is already automatically built on creation of a release tag, uploaded to S3 and linked on the old doc: https://pixhawk.org/dev/flightplot#download, http://ec2.antener.name/

I could move that to SITL01

AndreasAntener commented 8 years ago

But, I have nothing against it if someone does this with Travis ;). It would be more dev friendly than Jenkins (configuration in github etc..)

bkueng commented 8 years ago

@AndreasAntener can you please change the doc & S3 links to point to this repo instead of DrTon's? And make sure the new version gets published? @DrTon agreed to move the main repo over here, because he currently has no time maintaining it.

AndreasAntener commented 8 years ago

ok, I'll move it to SITL01 and PX4 S3

AndreasAntener commented 8 years ago

@LorenzMeier I added a new bucket flightplot in your S3, could you add an access policy and get me the access and secret key for it?

LorenzMeier commented 8 years ago

@AndreasAntener You should have full permissions for that, right?

AndreasAntener commented 8 years ago

Looks like I do now :)

AndreasAntener commented 8 years ago

Could someone add me as admin to the project so I can set the hooks?

or set: http://sitl01.dronetest.io/github-webhook/ (push) http://sitl01.dronetest.io/ghprbhook/ (issue_comment and pull_request)

LorenzMeier commented 8 years ago

I've given you the permissions.

AndreasAntener commented 8 years ago

@LorenzMeier @bkueng it should now work. If you push a tag, the latest tagged version would be available here: https://s3.amazonaws.com/flightplot/releases/latest.html we just need to include that somewhere. Of course the HTML can be modified (it's in the Jenkins job config).

bkueng commented 8 years ago

Thanks Andreas. I updated the dev-guide in https://github.com/PX4/Devguide/pull/57. https://pixhawk.org/dev/flightplot should be updated as well (I don't have access there).

AndreasAntener commented 8 years ago

Yeah the old page is locked.. we should remove it if all the infos are in the new guide.