Giter VIP home page Giter VIP logo

happykillmore-gcs's People

Watchers

 avatar

happykillmore-gcs's Issues

TCP/UDP can not work

I try to connect New GCS with GPS Emulator through the TCP/UDP,but it failed, 
it seems like that the NEW GCS can not support TCP/UDP connection. If it could 
do it , is there anyone could tell me how to configure it ?

thanks...




Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 1:07

GCS available on iOS and/or Android Devices

This is less of a defect and more of a much needed and welcomed adaptation of 
the current GCS.  This idea is already in the market and proven with 
ImmersionRC's free iTelemetry app working in conjunction with their EZOSD 
onboard.  


What is the expected output? What do you see instead?

It would be very helpful to eliminate the need for carrying an entire laptop to 
the flying field only to run GCS.  With the miniaturization of many of the 
components used in this hobby it would only be fitting to be able to use the 
mobile device that many of carry on us already to view and record our flight 
telemetry, then easily upload to our main computer for archiving and sharing.  
This is much the like way most modern device ecosystems work.  Phones and other 
mobile device performance is beginning to outperform common to lower end 
laptops.  And most hobbyists aren't too willing to bring their big expensive 
laptops with them wherever they fly.  This creates a situation where one might 
need to purchase a second, cheaper laptop or netbook just to access the RV 
telemetry on the ground

What version of the product are you using? On what operating system?

Although it has not been created (yet) the current HappyKillmore GCS software 
would render well on the large screen of most standard tablets.  When viewed on 
a phone it could be pared down to just vital info and minimal graphical 
overlays.  

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Apr 2012 at 8:00

when i produce the 'setup',the gcs report a error,see the attach,please help me

What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

HappyKillmore's Ground Control Station v1.2.70,
directx_Jun2010_redist
xp sp2 os 


Please provide any additional information below.
i reinstall the xp os,but have the same error.



Original issue reported on code.google.com by [email protected] on 17 Apr 2011 at 10:31

Attachments:

Enhancement request - APM support tracker

What steps will reproduce the problem?
1. Load APM modified code as below for Ardutracker.pde
2. launch GCS and connect on tracker tab 
3. move sliders

What is the expected output? What do you see instead?
pan and tilt servos should move when slider is moved

pan servo doesnt move with pan slider
pan servo moves with tilt slider


What version of the product are you using? On what operating system?
1.2.21

Please provide any additional information below.
Here is the code changes for ardutracker.pde... no changes in decode.pde

#include <APM_RC.h>
//#include <Servo.h>

// ArduTracker v1.1 - 01/10/2010 maybe v1.2
// By HappyKillmore (Paul Mather) and Diego Colonnello
// Most of this source comes from ArduPilot 2.3.1 by Chris Anderson & Jordi 
Munoz
// Current Implementation designed to work with "PanTilt" Output Mode on 
HappyKillmore's GCS
// http://code.google.com/p/happykillmore-gcs/

// Designed for use with all the arduino chips. arduino enviroment version 0018 
or +
// Connected via FTDI cable or usb or serial rs232
// Pan servo connected to out 1 or pin 10
// Tilt servo connected to Out 2 or pin 9

//Servo servotilt;
//Servo servopan;
int pan=1500;
int tilt=1500; 
byte data_update_event=1;//New data flag 

void setup()
{
    Serial.begin(38400); //Serial  
    APM_RC.Init();   // APM Radio initialization
//    servopan.attach(9); // creates a servo object to control the pan servo
//    servotilt.attach(10); // creates a servo object to control the tilt servo
    demo_servos();
    demo_servos();
}

void loop()
{
    decode(); //Decoding data comming from GCS

    if((data_update_event&0x01)==0x01)
    {
        APM_RC.OutputCh(0,pan); // Copy input to Servos
//        servopan.write(pan);  //writes the pan servo with the pan variable 
from the decoding command on the serial reading
        APM_RC.OutputCh(1,tilt); // Copy input to Servos
//        servotilt.write(tilt); //writes the tilt servo with the tilt variable 
from the decoding command on the serial reading
        data_update_event=0;
    }
}

void demo_servos()
{
    delay(30);
    APM_RC.OutputCh(0,1400);
    APM_RC.OutputCh(1,1400);
    delay(300);
    APM_RC.OutputCh(0,1600);
    APM_RC.OutputCh(1,1600);
    delay(300);
    APM_RC.OutputCh(0,1500);
    APM_RC.OutputCh(1,1500);
    delay(30);
        Serial.println("demo servos");
}

Original issue reported on code.google.com by [email protected] on 22 Jan 2011 at 3:56

Joystick screen, stuck in a loop

What steps will reproduce the problem?
1. try to calibrate joystick without a joystick plugged in
2.
3.

What is the expected output? What do you see instead?

Error pops up saying that you need to connect a joystick, but I cannot leave or 
exit this dialog as it keeps popping up until I plug in my joystick.  Would be 
good if you can exit without needing to plug in a joystick.

What version of the product are you using? On what operating system?
v1.3.7

Please provide any additional information below.
using on win 7 32x

Original issue reported on code.google.com by [email protected] on 27 Jun 2011 at 1:59

bad gps data on 1.3.9

What steps will reproduce the problem?
1. load gcs 1.3.9
2. mavlink gcs selected via telemtry port
3. look at gps corrdinates

What is the expected output? What do you see instead?
for me longitude should be -91, but it displays -337

What version of the product are you using? On what operating system?
1.3.9, ACM r1758 

Please provide any additional information below.

reloading 1.3.8 solves the issue, good gps long data

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 4:23

Camera tracking

APM 1.0.90 has implemented camera tracking. Camera can be pointed to map point. 

Please can you include camera to point to HK GCS also?
HK GCS is better than APM. 


Original issue reported on code.google.com by [email protected] on 12 Nov 2011 at 5:29

Google Earth Plugin Error

What steps will reproduce the problem?
1. Install Google Earth and Google Earth plugin
2. Install HK GCS 
3. Start HK GCS

What is the expected output? What do you see instead?
1. Expected to see goggle earth maps / Plugin error reported
2. Expected to be able to load missions / File drop down menu disabled

What version of the product are you using? On what operating system?
1. HK GCS v 1.2.37
2. Windows 7 Starter edition

Please provide any additional information below.
1. Computer is an HP Mini 110-3109sl Netbook
2. Screen resolution is 1024 x 600
3. Google Earth (the program, not the plugin) complained about screen 
reesolution being lower than 1024 x 768 but worked fine.


Original issue reported on code.google.com by [email protected] on 20 Feb 2011 at 11:31

Wrong GCS flight status reports with ACM 2.0 firmware.

What steps will reproduce the problem?
Connect to ACM 2 and watch flight status reported by GCS

What is the expected output? What do you see instead?
Expected output is ACM flight modes :

ACRO
STABILIZE
SIMPLE
ALT_HOLD
LOITER
RTL
AUTO


What version of the product are you using? On what operating system?
ACM 2.0.22




Original issue reported on code.google.com by [email protected] on 4 Jun 2011 at 2:26

GCS connects but doesn't communicate

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Expect to see instrument and GPS readings. GUI looks fine, just no data...


What version of the product are you using? On what operating system?
1.3.6

Please provide any additional information below.
I can connect quad either via USB or Xbee links, GCS will recognise connection 
but there is no instrument or GPS readings at all. 
Quad connects to APM and performs with no trouble. 
Thanks, 

Hans

Original issue reported on code.google.com by [email protected] on 24 Jun 2011 at 1:15

GCS mode text inverted

What steps will reproduce the problem?
1. Open GCS
2. Toggle the mode switch in the radio
3.

What is the expected output? What do you see instead?
Show correct text in the mode field in GCS

What version of the product are you using? On what operating system?
ACM 2.0.3

Please provide any additional information below.
The text appearing in the GCS is inverted between FBW_A and Stabilize.
Stabilize is appearing when you switch to guided mode and vice versa.

Original issue reported on code.google.com by [email protected] on 14 May 2011 at 12:44

Translation

i can help you translate the program to greek(if you want)

Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 3:53

output of MAVLINK "RC_CHANNELS_RAW" message format error

- What steps will reproduce the problem?
1. Configure and enable a joystick to output "ardupilot mega" data.
2. Select the "serial data" tab. Optionally, connect the GCS to a virtual 
serial port and grab the data output from the GCS.
3. Move the joystick's controls and observe the data output in the serial 
monitor or serial port sniffer.

- What is the expected output? What do you see instead?
The expected output (as far as I understand) is a serial stream of a 
RC_CHANNELS_RAW mavlink message. This stream should be composed by a start sign 
(0x55), a Payload length (0x12), Packet sequence, System ID, Component ID 
(those 3 values are irrelevant at the moment), the comes the Message ID (that 
should be 0x23).
What it is in the real output is a Message ID of 0x46. But, curiously, in a 
previous release of this GCS this message was formatted well (with a message ID 
of 0x23).
Another fact is that in a previous release of GCS the message ID was correct, 
and the payload length was assigned a value of 0x11 (17 bytes), and in the 
current release this value has changed to 0x12 (18 bytes). I think the correct 
value should be 0x11 (17 bytes), as the payload for this message is composed by 
8 16bit-values plus 1 8bit-value.

- What version of the product are you using? On what operating system?
The problem is in version lite-1.3.16

- Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Jul 2011 at 12:00

google tab missing fromscreen?

What steps will reproduce the problem?
1.windows7 loaded on fitpc2,
2. hkgs workingwith video,opened program and swapping between tabs the 
googletab has dissapeared.
3. I tried reloading hkgs but the tab is still missing.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

latest downloaded file...

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Nov 2011 at 8:32

Even the latest version 1.3.37 is not supporting APM loaded with latest firmware, I mean MAVLink 1.0

Even the latest version 1.3.37 is not supporting APM loaded with latest 
firmware, I mean MAVLink 1.0

APM loaded with old firmware (MAVlLink 0.9), HK-GCS works okay but when APM 
loaded with latest firmware (MAVLink 1.0), the HK-GCS ver 1.3.37 is not being 
able to recognize the incoming data stream whereas Mission Planner has no such 
issue.

Original issue reported on code.google.com by [email protected] on 4 Sep 2012 at 1:23

Altitude incorrect with rangevideo

What steps will reproduce the problem?
1.use as normal
2.
3.

What is the expected output? What do you see instead?
Altitude is around 100 feet on the ground, should be zero

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 May 2012 at 9:26

Trunk source incorrect

What steps will reproduce the problem?
Attempt to check out source from 
http://happykillmore-gcs.googlecode.com/svn/trunk/ happykillmore-gcs-read-only 
does not work (with or without the space in front of happykillmore-gcs-read-only

What is the expected output? What do you see instead?
Expected output is a local copy.  Instead, 'not found'

What version of the product are you using? On what operating system?
TortoiseSVN, Win7(64)

Please provide any additional information below.
Using http://happykillmore-gcs.googlecode.com/svn/trunk instead.

Original issue reported on code.google.com by [email protected] on 14 Nov 2010 at 8:46

GCS connects but doesn't communicate

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Expect to see instrument and GPS readings. GUI looks fine, just no data...


What version of the product are you using? On what operating system?
1.3.6

Please provide any additional information below.
I can connect quad either via USB or Xbee links, GCS will recognise connection 
but there is no instrument or GPS readings at all. 
Quad connects to APM and performs with no trouble. 
Thanks, 

Hans

Original issue reported on code.google.com by [email protected] on 24 Jun 2011 at 1:15

  • Merged into: #31

voice announcent wrong mode

What steps will reproduce the problem?
1. Set autopilot mode in CLI to RTL and test it
2. Open HK GCS
3. Enable voice in HK GCS to announce modes in settings and save
4. Voice tell me wrong mode, when switched to RTL

What is the expected output? What do you see instead?
I should expect to hear RTL mode, but I hear "auto loiter" mode, when mode is 
changed. I think it is minor bug. I tried this several times. 

What version of the product are you using? On what operating system?
Windows XP
HK GCS 1.2.73
Ardupilot Mega 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Apr 2011 at 4:09

GCS 1.2.61 (and above) crashes

What steps will reproduce the problem?
1. GCS version 1.2.61 or above
2. APM, mavlink and GPS (NMEA mode)
3. press "connect" (in gcs)
4. many "in: unknown message" (see screenshot)
5. you have 2 or 3 seconds to press "disconnect", else program crashes

What is the expected output? What do you see instead?
see screenshot

What version of the product are you using? On what operating system?
GCS 1.2.61 and above, prev versions works fine. 
But sometimes I see "IN: Unknown message", how to define content of wrong 
message? 


Original issue reported on code.google.com by [email protected] on 27 Apr 2011 at 9:06

Attachments:

Setting battery MAH setting for intrument

What steps will reproduce the problem?
1.Starting app
2.
3.

What is the expected output? What do you see instead?
Expected:Current capacity of battery being used. Seen:I see a preset 2500mah 
displayed on the intrument

What version of the product are you using? On what operating system?
1.2.107

Please provide any additional information below.

I can find no way to set the mah size of the battery being used in config. It 
always defaults to 2500 mah. There needs to be a way of inputing the battery 
capacity of battery being used so as you use the battery you are seeing the 
aprox battery capacity left.

Original issue reported on code.google.com by [email protected] on 5 Jun 2011 at 5:40

Unhandled

What steps will reproduce the problem?
1.Install V1.2.102 and Manuelmodev2
2.Open Program
3.Open Setup

What is the expected output? What do you see instead?
:D

What version of the product are you using? On what operating system?
V1.2.102

Please provide any additional information below.

Details:
---------------------------------------------------
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 
'System.Speech, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. O sistema não 
pode encontrar o arquivo especificado.
File name: 'System.Speech, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35'
   at HK_GCS.modSpeech.ReturnAllSpeechSynthesisVoices()
   at HK_GCS.frmSettings.frmSettings_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Control.set_Visible(Boolean value)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   at System.Windows.Forms.Form.ShowDialog()
   at HK_GCS.frmMain.mnuSettings_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure 
logging.
To turn this feature off, remove the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Ground Control Station
    Assembly Version: 1.2.102.0
    Win32 Version: 1.2.102
    CodeBase: file:///C:/Arquivos%20de%20programas/HappyKillmore/GCS/Ground%20Control%20Station.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
DirectShowLib-2005
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///C:/Arquivos%20de%20programas/HappyKillmore/GCS/DirectShowLib-2005.DLL
----------------------------------------
Interop.GEPlugin
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Arquivos%20de%20programas/HappyKillmore/GCS/Interop.GEPlugin.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.3900
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.DirectInput
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

-------------------------------------------------------------------
Thank you!

Original issue reported on code.google.com by [email protected] on 27 May 2011 at 11:58

Attachments:

No battery or current readings during queries

What steps will reproduce the problem?
1. Connecting to Atto V2 via USB com port plugged into Telem port on Atto V2
2.
3.

What is the expected output? What do you see instead?
Battery Voltage and Battery current. No battery or current indications

What version of the product are you using? On what operating system?
V1.2.38 XP sp 3

Please provide any additional information below.
Other functions are working such as read/write to config files.

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 3:52

Mission does not store the command type in txt file

What steps will reproduce the problem?
1. If you save the mission to file
2.
3.

What is the expected output? What do you see instead?
Command type must be saved for every record

What version of the product are you using? On what operating system?
Ver 1.2.4.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 12:13

Install problem. Trying and failed to install .Net library 3.0

What steps will reproduce the problem?
Install latest 1.2.107 version on Windows XP.

What is the expected output? What do you see instead?

Normal install.

Instead, install try to add A microsoft .Net 3.0 library already installed. If 
i accept this, then it ends with an error saying that .Net 3.0 is already 
installed. Then i cannot get the GCS installed.

What version of the product are you using? On what operating system?
GCS 1.2.107 version

Please provide any additional information below.

Install was working without problems with version 1.2.102 i add before 1.2.107.

Original issue reported on code.google.com by [email protected] on 4 Jun 2011 at 2:30

Mission does not store the command type in txt file

What steps will reproduce the problem?
1. If you save the mission to file
2.
3.

What is the expected output? What do you see instead?
Command type must be saved for every record

What version of the product are you using? On what operating system?
Ver 1.2.4.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 11:38

Current sensor is not working. APM1

Just soldiered in the recommended currend sensor, from Sparkfun.
It seams to display voltage just right. But current is far from accurate. Like 
it does not really matters if i aply 100% throttle, or 0%. Also on the low end 
it shows way to high ampers and on the high end it is still way too high.

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 7:45

No Connect

No connect coming up on serial, right port, right setting but can not connect, 
not highlighted, but can in other software

What steps will reproduce the problem?
1.Start up
2.no connect highlighted
3.

What is the expected output?
to be able to connect

What do you see instead?
connect not grayed out

What version of the product are you using? On what operating system?
HK_GCS_Lite_Setup_07102011b.exe on windows 7 sp1

Please provide any additional information below.
tried using xbee and ftdi

Original issue reported on code.google.com by [email protected] on 18 Sep 2011 at 2:54

uBlox GPS data checksum error

Using GPS emulator to output uBlox NAV-POSLLH format data, the header should be 
"0xb5,0x62" ,but the output data is "0x3F,0x62".

also the checksum is almost error, I found that the checksum number is always 
0x3F.


/******************************************************************************/

 *** uBlox 2012/10/7 11:13:42 = UTC: 2012/10/7 3:13:42 ***
3F 62 01 02 1C 00 4E 59 3F 00 3F 31 24 45 64 63 3F 17 80 1A 06 00 80 1A 06 00 
06 17 00 00 3C 24 00 00 3F 3F  <--- Checksum error

 *** uBlox 2012/10/7 11:13:42 = UTC: 2012/10/7 3:13:42 ***
3F 62 01 02 1C 00 79 57 3F 00 3F 31 24 45 38 5D 3F 17 80 1A 06 00 80 1A 06 00 
06 17 00 00 3C 24 00 00 3F 22  <--- Checksum error

 *** uBlox 2012/10/7 11:13:41 = UTC: 2012/10/7 3:13:41 ***
3F 62 01 02 1C 00 53 53 3F 00 3F 31 24 45 3F 56 3F 17 80 1A 06 00 80 1A 06 00 
06 17 00 00 3C 24 00 00 3F 3F  <--- Checksum error

 *** uBlox 2012/10/7 11:13:40 = UTC: 2012/10/7 3:13:40 ***
3F 62 01 02 1C 00 2E 4F 3F 00 3F 31 24 45 3F 50 3F 17 80 1A 06 00 80 1A 06 00 
06 17 00 00 3C 24 00 00 56 3F  <--- Checksum error

/***************************************************************************/

Original issue reported on code.google.com by [email protected] on 7 Oct 2012 at 3:19

HK GCS Install: DirectX installation problem

What steps will reproduce the problem?
Install HK GCS, goes through "downloading components" dialog for June 2010 
DirectX.

What is the expected output? What do you see instead?

Displays error "Command line option syntax error. Type Command /? for Help." as 
the "Ready to Install" dialog appears.  Clicking "OK" on the error dialog 
continues with install. However, HK GCS fails to launch after install.

What version of the product are you using? On what operating system?
HK_GCS_Lite_Setup_07102011b.exe
Win XP SP3 updated with patches as of 9/19/2011

Please provide any additional information below.
Please see attached for screenshot

Original issue reported on code.google.com by shimniok on 19 Sep 2011 at 5:46

Attachments:

TCP connection does not work with netcat

I have the serial MAVLINK messages get converted into TCP datagrams using 
netcat on board a Wifi radio. 
When I configure the GCS to connect to that IP/Port, nothing happens.

Can you please explain what the tcp option does? any extra protocol over head?

Can you consider supporting this mode of operation?

Thank you,
Borna

Original issue reported on code.google.com by [email protected] on 30 May 2011 at 9:13

APM current sensor data battery remaining in micro Ah

I have the atto pilot current sensor attached to my APM. To read a "good 
Battery remaining" I have to enter 220000 for a 2200mAh batt in the settings.

There might be a *100 missing.

Current reads alway 0.

HK, Thanks for your super GCS.

Original issue reported on code.google.com by [email protected] on 12 May 2011 at 1:47

model issues on new install

What steps will reproduce the problem?
1. Install fresh copy of HK_GCS to default directory which changed recently to:
("C:\Program Files (x86)\HK\GCS")

2. Note auto download and install of model pack installs to original default 
directory ("c:\program files (x86)\HappyKillmore\GCS")

3. Run HK_GCS Lite 1.3.16 and note 3d model issue on main screen and on list 
within setup.

What is the expected output? What do you see instead?
3d model should be visibal, but isnt

What version of the product are you using? On what operating system?
1.3.16 on win7



Please provide any additional information below.

manualy changing destination directory to "C:\Program Files 
(x86\HappyKillmore\GCS" resolves the issue. 

Seems modelpack2 install destination, is needed to by synced with GCS 
installion.

Original issue reported on code.google.com by [email protected] on 24 Jul 2011 at 1:28

HKS GCS 1.2.75 Lockup

As always thanks for the APM  and GCS programs!

I understand  APM 2.xxx software is Beta.

Just making sure I'm not making an obvious mistake.

Also posted in APM ISSUES section.



Just wondering if anyone else is having lockup issues with the latest version 
of HK GCS?  VER 1.2.75

What I mean by lock up is after starting the program and establishing a 
wireless link the program completely freezes, it will not accept any type of 
input from the computer. This happens within 1 minute  after the link is 
established. After trying to close the program windows diplays "HappyKillmore's 
Ground Station is not responding".

I have loaded and reloaded the GCS program, apm software, Xbee firmware on 
etc., on both a Vista and an XP machines.

The program appears to work fine via the USB connection.

I am able to successfully connect via xbees using APM 1.02 and earlier versions 
of HKS GCS.



The GCS included in ArduPilotMega Planner 0.4.20 seems to work properly.





HK GCS  VER 1.2.75

APM 2.0.12 (BAT Mon, compass, airspeed, UBLOX all enabled)

900mhz xbees (from diy drones store)

WIN VISTA and XP


Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 1:48

Codes error

hi
i try to use HK GCS codes for Arducopter. i was download the vb.net codes from 
google code page.
But there is a problem. 3 errors are shown in codes by vb

1-Type 'DsCAUUID' is not defined.      frmMain.vb  line 29
2-Type 'DataSet' is not defined.          frmMain.vb  line 33
3-Type 'DataTable' is not defined.       frmMain.vb  line 34

please help me to solve this problem.



Original issue reported on code.google.com by [email protected] on 30 May 2011 at 8:10

Battery voltage incorrect with Gluonpilot

What is the expected output? What do you see instead?

The battery voltage shows incorrect values (in the attached screenshot is 5.9v 
instead of 10.1v - see TC raw line, 4-th value, and the value is increasing 
constantly in .1 increments up to some value, then restarting from 0).


What version of the product are you using? On what operating system?

1. HK's Ground Control Station - Lite v1.3.16
2. Gluonpilot V0.1n
3. Windows Vista Business 32-bit


Original issue reported on code.google.com by [email protected] on 21 Aug 2011 at 7:25

Attachments:

too small of Waypoint window box prevents display

What steps will reproduce the problem?
1. Launch 1.2.40
2. Go to waypoints tab
3. click read

What is the expected output? What do you see instead?
Display of waypoints in GE screen
instead, gcs claims waypoints have been read, but are not displayed.
expanding gcs window past 577pix in height, allows waypoints to show up. See 
the three snapshots, 

I think the (excell spreadsheet type) waypoint window needs to be resizeable.

What version of the product are you using? On what operating system?
v1.2.40 Win7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Mar 2011 at 6:44

Attachments:

only 2 parameters out of 5 are displayed

What steps will reproduce the problem?
1. connect HK GCS with autopilot via modem
2. go to configuration tab, press read
3.

What is the expected output? What do you see instead?
I would expect to see 5 variables. I see only 2. If I check "serial data" tab, 
then I see that 5 parameters were sent and the data sent seems to correspond to 
Mavlink protocol correctly

What version of the product are you using? On what operating system?
Windows 7, HK GCS Lite 1.3.16

Please provide any additional information below.
Parameters are sent with 100msec interval. I changed the interval to 200msec, 
no changes in behaviour.
I'm using custom autopilot.
please see attached screenshot from HK serial data tab

Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 6:56

Attachments:

No GPS updates from queries after GPS unit indicates lock

What steps will reproduce the problem?
1.Connecting to Atto V2 Via Telem port on Atto  
2.
3.

What is the expected output? What do you see instead?
GPS position data in NEMA Strings. I see empty NEMA strings

What version of the product are you using? On what operating system?
V1.2.38 XP SP 3

Please provide any additional information below.
Lock indicator on GPS is flashing after 20 seconds indicating lock 

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 3:47

No Joystick Found

What steps will reproduce the problem?
1. Go to joystick tab?
2.
3.

What is the expected output? What do you see instead?
Expecting joystick detection.
Not detected. Calibrate is greyed

What version of the product are you using? On what operating system?
1.3.33
Win7 x64

Please provide any additional information below.
Using Logitech Dual Action

Original issue reported on code.google.com by [email protected] on 5 May 2012 at 9:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.