openplotter-pypilot 3.x.x beta released - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17) +--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18) +--- Thread: openplotter-pypilot 3.x.x beta released (/showthread.php?tid=4221) |
RE: openplotter-pypilot 3.x.x beta released - Sailoog - 2022-09-26 (2022-09-25, 10:37 PM)Gennady Wrote: Hello Sailoog! In OpenPlotter 3 just click "Get candidates" in settings app, then select pypilot and click install: https://openplotter.readthedocs.io/en/3.x.x/settings/settings_app.html#appcandidates-get-candidates RE: openplotter-pypilot 3.x.x beta released - Gennady - 2022-10-02 (2022-09-10, 07:45 PM)seandepagnier Wrote: It is my intention that pypilot only access serial ports assigned to it. Hi, Can you inform us how to install a file from github? And which version of Openplotter has a possibility of installing the pypilot in it? Thanks, Gennady (2022-09-26, 11:15 AM)Sailoog Wrote:(2022-09-25, 10:37 PM)Gennady Wrote: Hello Sailoog! Hi Sailoog! Thank you! It actually worked for me! Now I can open pypilot straight from Openplotter. Thank you again, Gennady RE: openplotter-pypilot 3.x.x beta released - Sailoog - 2022-10-02 (2022-10-02, 12:13 AM)Gennady Wrote: Hi, Every time you re-install openplotter-pypilot app, the last stable pypilot version is installed even if there is no new version of openplotter-pypilot. We should wait for Sean news to test these fixes. RE: openplotter-pypilot 3.x.x beta released - seandepagnier - 2022-10-02 I am trying a bit harder now to make only essential bug fixes to the master branch. My ongoing work is in an unstable branch which is likely to throw exceptions. RE: openplotter-pypilot 3.x.x beta released - Sailoog - 2022-10-03 OK, let me know when changes are in master branch and I will publish a new openplotter-pypilot version to force a pypilot update. RE: openplotter-pypilot 3.x.x beta released - ironman - 2022-10-08 I ran the whole procedure from scratch this week and it resulted in Pypilot 3.2.4 app with pypilot 0.35 in it. No comments from me anymore, very happy with it. (2022-10-02, 05:23 PM)seandepagnier Wrote: I am trying a bit harder now to make only essential bug fixes to the master branch. My ongoing work is in an unstable branch which is likely to throw exceptions. Can we then speak of pypilot releases? Maybe number each of these master commits with a new (major, minor) version number? Some release notes for each master commit would then also be handy? Or tagging those releases with a github tag, so it's be easier to revert back to a certain commit? (2022-10-03, 06:33 PM)Sailoog Wrote: OK, let me know when changes are in master branch and I will publish a new openplotter-pypilot version to force a pypilot update. Please only do this after the master commit has been tested. I'd be happy to be a tester! RE: openplotter-pypilot 3.x.x beta released - Sailoog - 2022-10-08 (2022-10-08, 10:42 AM)ironman Wrote:(2022-10-03, 06:33 PM)Sailoog Wrote: OK, let me know when changes are in master branch and I will publish a new openplotter-pypilot version to force a pypilot update. Thanks for testing and reporting. Once the changes has been committed to the master branch in pypilot, they will be available for fresh installations and re-installations of openplotter-pypilot app, so testing has to be done in the dev branch before merging in master. RE: openplotter-pypilot 3.x.x beta released - ironman - 2022-10-08 Ok I understand. Would you consider a fork of the master to update the openplotter pypilot from? RE: openplotter-pypilot 3.x.x beta released - Sailoog - 2022-10-08 That is how openplotter-pypilot worked in OP 2 and it turned out a not very agile way. I have a better idea, I can add a "hidden" setting in /home/pi/.openplotter/openplotter.conf to set the pypilot branch target. If this setting does not exists or it is "master", the stable branch will be compiled when reinstalling. If this setting is for example "dev", "beta" or whatever, that branch will be compiled. RE: openplotter-pypilot 3.x.x beta released - seandepagnier - 2022-10-09 I am trying hard to keep master branch stable for now though.. Only adding bugfixes. I will merge unstable changes in only after extensive testing. I hope this is good enough. |