Sounds like you are doing some UAV work.  Do you have a web page or more info on your project?  I'd be very interested to hear more details of how you are leveraging FlightGear as part of your ground station.  I've got about 100 million ideas myself, but have only had time to try a few simple things.


 Yes, my enterprise is working on UAV project for a big brazilian aeronautic reasearch institute (IEAV-CTA Advanced Studies Institute of Aerospatial Technology Center). The first six months of this year I've developed the Autonomous Navigation System for embedded systems using FlightGear as platform base for a real UAV. Today the navigation system already working and flying fine using FlightGear.

The last six months of this year I'll be working with Ground Station development and the basic idea is provide some information about UAV flying, like UAV position, communication status, working status of all UAV subsystems, UAV camera simulation using Flightgear.

The flightgear runs in dedicated machine, then I've developed a FlightGear Camera (simulating UAV camera) and now Ground Station is capable to follow the UAV using this camera. I'm working with modified version of FlightGear that enables the jpg-httpd command line option (the only one modification).

I can see that FlightGear's jpg-httpd screen capture feature is unfinished and not working perfectly, causing memory leaks and working toooooooo slow to capture only a little piece of flightgear window (Am I right ???).
Then I've done some modifications to jpg-httpd.cxx and jpg-httpd.hxx modules to fix the memory leaks and complete rewrite of streaming method and now works very fine, and I could see that JPG streaming now can send the complete flightgear screen in excellent update rates (for human eyes, almost so fast as FlightGear).

I sent theses modules to FlightGear devel list before (follow this thread  http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg05728.html ) but I don't know if this feature fix/implementation will be added to FlightGear, but I believe that is a good idea and could be used by other projects using FlightGear, aggregating value to FlightGear project.

If you want send me suggestions about Ground Station, please do it, you are welcome.

About the page of Project, is in development and soon I'll send to you.

Thank you by attention and interest.


Regards,

Leidson Campos
PlanetaMessenger.org



On 10/19/06, Curtis Olson <[EMAIL PROTECTED]> wrote:
On 10/19/06, Leidson Campos A. Ferreira <[EMAIL PROTECTED]> wrote:
Hi Curtis,

Thanks by quick response.

In fact my code was wrong, because I wrote wrong properties values to /autopilot/locks/speed = speed-with-throotle instead speed-with- throttle, then never turn on the speed with throttle autopilot option.


Hehe, that's one thing I've learned to check when things don't work as expected.  With properties, the compiler can't spell check variable names at compile time so typos can creep in.  When something doesn't behave as expected, it's worth looking in the property tree while the code is running to see if any new properties (with similar, but not quite exact spellings) have appeared.
 
This feature is important to my ground station and it now can instruct FlightGear to use the manual flying or our autonomous navigation system to fly.

Sounds like you are doing some UAV work.  Do you have a web page or more info on your project?  I'd be very interested to hear more details of how you are leveraging FlightGear as part of your ground station.  I've got about 100 million ideas myself, but have only had time to try a few simple things.

Best regards,


Curt.
--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/   http://www.humanfirst.umn.edu/  http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to