Search found 286 matches

by kos
Tue Jul 10, 2012 12:22 am
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

thanks to Liftoff the gui is now much smoother , it work with the 2.1 release candidate , tricopter an bicopter are now supported + some other minor improvements ...
by kos
Sat Jul 07, 2012 7:08 pm
Forum: Software development
Topic: Let's try to release 2.1: second try based on r964
Replies: 65
Views: 24430

Re: Let's try to release 2.1: second try based on r964

Hamburger wrote:also new in 2.1 (from wishlist)
  • 8MHz support


wrong , there is no support for 8mhz in 2.1
by kos
Sat Jul 07, 2012 1:34 am
Forum: Software development
Topic: Saving/Importing PID configuration
Replies: 12
Views: 4325

Re: Saving/Importing PID configuration

can you send me several configuration files from your latest gui ?

thanks in advance

edit : all itens, not only the pid :)
by kos
Sat Jul 07, 2012 1:23 am
Forum: Software development
Topic: Let's try to release 2.1: second try based on r964
Replies: 65
Views: 24430

Re: Let's try to release 2.1: second try based on r964

bug : saving dialog title
bug : you can overwrite configuration file without confirmation

-> solved in r965
by kos
Sat Jul 07, 2012 1:01 am
Forum: Software development
Topic: Let's try to release 2.1: first try based on r949
Replies: 74
Views: 20817

Re: Let's try to release 2.1: first try based on r949

thank for pointing my copy/past habit

solved ;)
by kos
Sat Jul 07, 2012 12:28 am
Forum: Software development
Topic: [Patch] transmit debug messages (strings) from copter to GUI
Replies: 36
Views: 8836

Re: [Patch] transmit debug messages (strings) from copter to

must use MSP_IDENT.capability before adding new messages ( MSP_DEBUGMSG must be send only if the uav support this feature ) this is mainly a dev tools and dev are all skilled to merge this feature on demand . if this is directed to the user , a completed feature must presented. do not merge this in ...
by kos
Tue Jul 03, 2012 8:50 pm
Forum: Software development
Topic: Will Autoquad firmware be of any use to us?
Replies: 28
Views: 7983

Re: Will Autoquad firmware be of any use to us?

Katch wrote:The autoquad team are keeping the software open source so will it be any use to the MWC project? Will we be able to port function across and improve our own firmware with their work?

short answer , yes
by kos
Tue Jul 03, 2012 8:43 pm
Forum: Software development
Topic: Will Autoquad firmware be of any use to us?
Replies: 28
Views: 7983

Re: Will Autoquad firmware be of any use to us?

DNFTT dude, seriously? OK, knock yourself out writing 16-state ukf on avr. maybe you'll run out of flash on mega and be able to run it at 1hz. If you don't have anything constructive to say to my comments... don't say anything? m In logic and rhetoric, a fallacy is usually an improper argumentation...
by kos
Mon Jul 02, 2012 10:52 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

launchpad seem to have a better issue managing system than github ? jira is big (i will have to put it on a dedicated vhost for proper hosting) and we do not have the open source license yet .. to me it is complementary to git-hub . we can create a mailing list based on the jira-mwgui group , but i ...
by kos
Mon Jul 02, 2012 6:33 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

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 ?
by kos
Mon Jul 02, 2012 1:06 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

soon 8-)
by kos
Mon Jul 02, 2012 2:13 am
Forum: General discussions
Topic: planning before going Multi Hardware achitectures
Replies: 19
Views: 7942

Re: planning before going Multi Hardware achitectures

Hamburger wrote:About your linux port: are you syncing your fork constantly? Where is it to be seen?


i am not , this is mainly for educational purpose, not enough spare time ;)

https://github.com/treymarc/multiwii

msev wrote:Would it be sensible to run this linux fork on raspberry pi?


you only need a /dev/ic2c-* bus and the kernel source
by kos
Sat Jun 30, 2012 11:44 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

you should now have right to create/add/modifies issue in the jira
by kos
Sat Jun 30, 2012 3:26 am
Forum: General discussions
Topic: planning before going Multi Hardware achitectures
Replies: 19
Views: 7942

Re: planning before going Multi Hardware achitectures

Yes, I forgot to say: free or open source tools are mandatory Free AND Open Source ps : i forked mutlwii to run on linux with any cpu . i aggree that the specific code for each board is a low percentage of the total loc: but it also implies some major refactoring (32bit port is a non portable crap)
by kos
Sat Jun 30, 2012 3:21 am
Forum: Software development
Topic: Get rid of for (uint8_t i = blah stuff in serial.c
Replies: 25
Views: 6441

Re: Get rid of for (uint8_t i = blah stuff in serial.c

dongs wrote:@ all of you, declaring variables inside for loop isn't supported by all compilers, and its just shitty practice when you have 20 loops using the same variable. Just declare it on top and declare victory.


Quoted For Posterity




:twisted:
by kos
Fri Jun 29, 2012 1:45 pm
Forum: Software development
Topic: Get rid of for (uint8_t i = blah stuff in serial.c
Replies: 25
Views: 6441

Re: Get rid of for (uint8_t i = blah stuff in serial.c

dongs wrote:Thanks! My compiler thanks you too.


no one use a compiler for that, unless your are using cdt and custom rules , do you know sonar ?
by kos
Thu Jun 28, 2012 7:04 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

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

u could check the link in : http://www.rcgroups.com/forums/member.php?u=342216
by kos
Wed Jun 27, 2012 11:07 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

What are the issues or difficulties that might come up while trying to add firmware downloading support to this UI? none this is on the task list -> m this issue is not assigned to the first release .. and i am focusing on the first release so your help is very welcomed - add a button in the menu -...
by kos
Wed Jun 27, 2012 7:09 pm
Forum: Software development
Topic: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI
Replies: 6
Views: 2296

Re: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI

..and yes , i did not read you patch, making wrong assumption :)
by kos
Wed Jun 27, 2012 6:48 pm
Forum: Software development
Topic: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI
Replies: 6
Views: 2296

Re: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI

Not e.g. if you are debugging your gimbal system - and it's also an inconsistency, since every other boxitem indicates its activation in the GUI. I cannot find a reason for not applying this simple one line patch. what is the benefit ? having no reason to not do something does not mean it is useful...
by kos
Wed Jun 27, 2012 6:37 pm
Forum: Software development
Topic: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI
Replies: 6
Views: 2296

Re: [Patch] Indicate state of CAMSTAB/CAMTRIG in GUI

camstab/camtrigger have direct visual feedback when tested on the ground .. when i am flying i do not use the gui.
by kos
Wed Jun 27, 2012 6:04 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

Pyrofer wrote:Can you update the .jar in build,as that's 5 days old and I would like to see the latest one.

you can find the latest dev build download link

thanks to fiendie ;)
by kos
Wed Jun 27, 2012 1:13 am
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

fiendie is working on the mac packaging ;)

gui is 50% ready

Image
by kos
Tue Jun 26, 2012 11:45 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

first

Code: Select all

ps aux | grep java
kill -9

or

Code: Select all

 reboot


remove everything and unzip the original gui

Code: Select all

http://code.google.com/p/multiwii/downloads/list
by kos
Tue Jun 26, 2012 7:11 pm
Forum: Software development
Topic: Dev Conf Program not working under XP?
Replies: 13
Views: 3951

Re: Dev Conf Program not working under XP?

kad wrote:That tells me somebody changed something they shouldn't have in the Dev releases. Anyone know who's been working with the video code?

noob spoted ,


kos wrote:can you try with the demo from : http://goworldwind.org/demos/

if they do not work , you have a 3d incompatibilities ;)


will not help any further
by kos
Sun Jun 24, 2012 10:41 pm
Forum: Software development
Topic: Dev Conf Program not working under XP?
Replies: 13
Views: 3951

Re: Dev Conf Program not working under XP?

can you try with the demo from : http://goworldwind.org/demos/

if they do not work , you have a 3d incompatibilities ;)
by kos
Sun Jun 24, 2012 10:14 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

by kos
Sun Jun 24, 2012 9:53 am
Forum: Software development
Topic: code bloat - cannot compile working MWC for 10dof TRI anymor
Replies: 10
Views: 3227

Re: code bloat - cannot compile working MWC for 10dof TRI an

you should add --omg-optimized So just use "-O1" or even "-Os", which will shrink your code to a completely acceptable size. No need for generating a panic, since everything is still small enough to handle it with a ATMega328p. it's not about OPTIMILAZIATIONS, it's about USE flag...
by kos
Sun Jun 24, 2012 9:48 am
Forum: Software development
Topic: code bloat - cannot compile working MWC for 10dof TRI anymor
Replies: 10
Views: 3227

Re: code bloat - cannot compile working MWC for 10dof TRI an

where do i put this declaration? OFLAG = -O2 # set -Wno-unused-variable to suppress 'defined but not used' OPTFLAGS = $(OFLAG) -Wformat -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wformat=2 -Wno-reorder -Wno-unused-variable you have to change some constant in the Arduino IDE CODE ...
by kos
Fri Jun 22, 2012 6:23 pm
Forum: General discussions
Topic: Wired.com discussion of 'drones'
Replies: 3
Views: 1508

Re: Wired.com discussion of 'drones'

spam and commercial
by kos
Thu Jun 21, 2012 6:49 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 218996

Re: New Multiwii Serial Protocol

in fact we should add a toggle flag for all requestable . so we can construct any osd , any gui with any refresh rate for any components we just have to use the unused payload as the toggle flag no payload // send reply and stop else payload = read8 // payload == 5 ->send reply @5 hz Right, it's po...
by kos
Thu Jun 21, 2012 12:42 am
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 218996

Re: New Multiwii Serial Protocol

in fact we should add a toggle flag for all requestable . so we can construct any osd , any gui with any refresh rate for any components

we just have to use the unused payload as the toggle flag

Code: Select all

no payload 
   // send reply and stop
else
  payload = read8
 // payload == 5 ->send reply @5 hz
by kos
Thu Jun 21, 2012 12:19 am
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 218996

Re: New Multiwii Serial Protocol

we can start discuss the 2.2 wishlist :)
by kos
Wed Jun 20, 2012 11:33 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 218996

Re: New Multiwii Serial Protocol

Revision: r929 - freeze serial protocol for 2.1

;)
by kos
Wed Jun 20, 2012 9:26 pm
Forum: Ideas
Topic: Engine Timer
Replies: 10
Views: 2973

Re: Engine Timer

I mostly use my phone to set a countdown to remind me to land in order to NOT kill the LIPO . m you need a countdown to be displayed on your groundstation or send via telemetry you need the countdown to autostart you need the countdown to be proportional to the drawn current but this as nothing to ...
by kos
Wed Jun 20, 2012 8:34 pm
Forum: Ideas
Topic: Engine Timer
Replies: 10
Views: 2973

Re: Engine Timer

I mostly use my phone to set a countdown to remind me to land in order to NOT kill the LIPO.


https://www.google.fr/search?q=lipo+buzzer
by kos
Tue Jun 19, 2012 10:51 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

do not have a MAC , can not help simple step is : 1 - download multiwiiConf , unzip 2 - download/compile mwgui-jar-withblabla.jar in the <Macos>/lib folder 3 - download/compile the mwgui.sh script in <Macos> folder open Terminal , cd <Macos> 4 - chmod 755 mwgui.sh (set right execution for your user)...
by kos
Tue Jun 19, 2012 6:55 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

fiendie wrote:@kos: I adjusted the Mac OS X bundle generation to the new directory structure. The code is up on my GitHub.


merged
by kos
Tue Jun 19, 2012 6:27 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

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?)

as multiwii does support ariplane , best practice is to send me any images .. i will add them ;)
by kos
Mon Jun 18, 2012 11:27 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

kos wrote:Image


new heading display ... suggestions ?
by kos
Mon Jun 18, 2012 12:11 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

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.


merged -> https://github.com/treymarc/mwi-swing/t ... mac-bundle

;)
by kos
Sun Jun 17, 2012 11:32 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

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 p...
by kos
Sun Jun 17, 2012 6:23 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

@macos user :serial port rescan should update on demand now
by kos
Sun Jun 17, 2012 4:51 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

Pyrofer wrote:Using windows 7 64bit.


you should have a popup

Image

fix hud display ( still wrong when upside down)
add roll/pitch angle (x/y)
by kos
Sun Jun 17, 2012 1:08 pm
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 30634

Re: MwGui - Another Gui

@kos, @kataventos: I added an ant build script to export a Mac OS X app bundle: https://github.com/fiendie/mwi-swing/commit/8d23fe2d8788fbbdbfe050e5212f3749e088d377 The script assumes that you have librxtxSerial.jnilib and RXTXcomm.jar in build/lib . will not be merge yet , i will change the direct...