<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>autonomous controllers | Psyops Prime</title>
	<atom:link href="https://psyopsprime.com/tag/autonomous-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>https://psyopsprime.com</link>
	<description>An Idea Log</description>
	<lastBuildDate>Tue, 01 Dec 2015 14:57:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<site xmlns="com-wordpress:feed-additions:1">99640787</site>	<item>
		<title>More Flightgear Resources</title>
		<link>https://psyopsprime.com/education/more-flightgear-resources/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-flightgear-resources</link>
					<comments>https://psyopsprime.com/education/more-flightgear-resources/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 15 Nov 2015 05:29:56 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[autonomous controllers]]></category>
		<category><![CDATA[FlightGear]]></category>
		<category><![CDATA[UAVs]]></category>
		<guid isPermaLink="false">http://psyopsprime.xyz/?p=1152</guid>

					<description><![CDATA[<p>This post contains links to valuable resources about interfacing with Flightgear. The resources are primarily developed in Java. No Title No Description &#160; The following</p>
The post <a href="https://psyopsprime.com/education/more-flightgear-resources/">More Flightgear Resources</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></description>
										<content:encoded><![CDATA[<p>This post contains links to valuable resources about interfacing with Flightgear. The resources are primarily developed in Java.</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://code.google.com/p/uav-simulation-on-flightgear/source/browse/trunk/src/sim/flight/AutoPilot.java?r=28">No Title</a></h4>
<p>No Description</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>&nbsp;</p>
<p>The following piece of code sounds quite valuable.</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://github.com/adilraja/FlightGearMap/blob/master/FlightGearMap/src/com/juanvvc/flightgear/FGFSConnection.java">adilraja/FlightGearMap</a></h4>
<p>FlightGearMap &#8211; An Atlas-like application for Android</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>&nbsp;</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://github.com/adilraja/uavplayground/blob/master/src/jaron/flightgear/FlightGearReceiver.java">adilraja/uavplayground</a></h4>
<p>Automatically exported from code.google.com/p/uavplayground</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://wiki.flightgear.org/images/cache/9/92/Telnet_usage.html">Telnet usage &#8211; wiki.flightgear.org</a></h4>
<p>A connection to the server can be done using a telnet client or opening a simple socket from any program. Multiple connection are possible at the same time.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://wiki.flightgear.org/Howto:Making_HTTP_Requests_from_Nasal">Howto:Making HTTP Requests from Nasal &#8211; FlightGear wiki</a></h4>
<p>Demonstrate how to make HTTP requests from FlightGear without touching the C++ code, just by editing some XML/script files, in order to connect FlightGear to a web service and exchange arbitrary data (including FlightGear properties) between a web server and FlightGear.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://wiki.flightgear.org/SquawkGear">SquawkGear &#8211; FlightGear wiki</a></h4>
<p>You can find all needed downloads and a good description how to do the setup at http://squawkgear.wordpress.com With Squawkbox 747 you show up as a Boeing 747 on VATSIM. Because of this you may want to use Squawkgear only in connection with airliner aircrafts to avoid confusions.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://github.com/Xorlev/flightgear-autopilot">Xorlev/flightgear-autopilot</a></h4>
<p>flightgear-autopilot &#8211; FlightGear Autopilot experiments</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>You will find this handy to invoke the flightgear http daemon from within Matlab and have a look at the property tree through the Matlab browser.</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://www.mathworks.com/help/matlab/matlab_env/web-browsers-and-matlab.html">Web Browsers and MATLAB &#8211; MATLAB &#038; Simulink</a></h4>
<p>Web sites and documents can display in several different browsers from MATLAB.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-chrome="0" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://wiki.flightgear.org/Property_Tree/Web_Server">Property Tree/Web Server &#8211; FlightGear wiki</a></h4>
<p>While working on the new radio/atis implementation, Torsten rediscovered the internal httpd (aka webserver) to browse the property tree. It&#8217;s much easier to have multiple browser windows open and point to various locations in the property tree than to reopen the internal property browser and navigate to the locations after each sim restart.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p><small><a style="text-decoration: none;" title="Image inserted by the ImageInject WordPress plugin" href="http://wpinject.com/" rel="nofollow">Photo</a> by <a href="http://www.flickr.com/photos/44898393@N08/5500937488" target="_blank">Rohit Chhiber</a> <a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/psyopsprime.com/wp-content/plugins/wp-inject/images/cc.png?w=750" alt="" /></a></small></p>The post <a href="https://psyopsprime.com/education/more-flightgear-resources/">More Flightgear Resources</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></content:encoded>
					
					<wfw:commentRss>https://psyopsprime.com/education/more-flightgear-resources/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
				<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<post-id xmlns="com-wordpress:feed-additions:1">1152</post-id>	</item>
	</channel>
</rss>
