
PowerMAC11,2
G5 Quad 2.5GHz
OS 10.5.8
8GB DDR2
Cheers,
H
Pyrofer wrote:Couple of suggestions(get used to it, its all I have right now!)
Disable the buttons such as "start, stop" when it's not connected to a serial port as that seems to lock up the app if you press them.
Can you have a default set of PID and checkboxes show on startup rather than the blank page? Would look nicer.
These are simply cosmetic changes so feel free to ignore
Thanks again on the speedy development here!
fiendie wrote:kos wrote:will not be merge yet , i will change the directory layout to include maven modules for extra step (mac bundle , jnlp , etc .. ) so prepare another pom for that
No rush
There actually is a Maven plugin, too.
I will test that.
kos wrote:
Code: Select all
mvn install -P mac
kos wrote:new heading display ... suggestions ?
kataventos wrote:Hi,
is this universal? it can not run on my architecture.
I´m very confuse already!please post a how to from the beginning (detailed instructions) for confused guys.
Cheers,
H
LenzGr wrote:Not sure how complicated that would be, but I'd suggest to replace the plane image with an arrow or a copter image (maybe a different one depending on the configuration?)
fiendie wrote:@kos: I adjusted the Mac OS X bundle generation to the new directory structure. The code is up on my GitHub.
kos wrote:as multiwii does support ariplane , best practice is to send me any images .. i will add them
LenzGr wrote:kos wrote:as multiwii does support ariplane , best practice is to send me any images .. i will add them
Good point. What is the preferred file format for these images? SVG?
kataventos wrote:OK, so... Can some one post a step by step for MAC?
I´m getting very nervous and it´s rare thing...
Cheers,
H
msev wrote:So this gui works on Windows too right? I don't see instructions in the read me how to.set it up in Windows.
Code: Select all
mvn install:install-file -Dfile=C:\path\to\gnu\serial\1.0\serial-1.0.jar -DgroupId=gnu -DartifactId=serial -Dversion=1.0 -Dpackaging=jar
Code: Select all
mvn clean install
Pyrofer wrote:K-os, just an idea for motor power...
On the quads in the GUI I made I used a circle that slowly filled as motor power increased. I also changed colour with power.
Another option was a pie chart type circle that "pac-man"d more open/closed to show power.
More interesting than the bars I think. Just an idea though!
Code: Select all
ps aux | grep java
kill -9
Code: Select all
reboot
Code: Select all
http://code.google.com/p/multiwii/downloads/list
Pyrofer wrote:Can you update the .jar in build,as that's 5 days old and I would like to see the latest one.
Liftoff wrote:What are the issues or difficulties that might come up while trying to add firmware downloading support to this UI?
Liftoff wrote:I know Java very well.
kos wrote: your help is very welcomed
kos wrote:best pratice is to use the avrdude and gcc from the orginial arduino IDE , so the uploaded code is 100% arduino like
for arm : best pratice is to use openocd and gcc
kos wrote:current status ;
- code clean up & checkstyle in progress
- waiting for the jira open source approval
what would be , in your opinion, the best collaborative tools for this project ?
Liftoff wrote:It is a matter of opinion, like asking what is the best color. In my opinion, this forum is miserably difficult to use, relative to a mailing list which lets me interact with it using my mail client.
However, the mail list record does not organize that well into thread topics, but google helps with that.
I just find this forum extremely slow, it is virtually painful, mostly due to the poor speed. It needs to be 10 times faster. But even then, I don't have to log in to get an email, here I do.
Version control: I enjoy using bzr. It has an extremely nice gui, and runs well on all interesting platforms. It is the "best" version control system I have used to date (like teal is my "best" color).
It is a distributed version control system, so it is nice to have local commits, separate branches. It is simpler than git, with probably better cross platform support since windows is not strong for git.
bzr lets you offer read only repo support just using http to the outside world. So a limited audience or a read only audience would not need a site like launchpad.net. You simply put the repo under a docroot somewhere and that is instant read only access.
launchpad.net is pretty decent, but I would say most of its value is its predominate support and use of bzr (bazaar). A project there lets everyone be a rock star with their own branches.
There are code reviews and bug reports, and mailing list support also. And it is not google, who now admits to doing data mining on everything it can get its hands on.
I don't know Maven well enough yet to formulate an opinion, but I think the learning curve is more difficult than advertised. So it was not fantastic experience.