2017-05-17 16:08:43 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>e2049e20-b6dd-474e-8bca-1c8dc54725aa</ProjectGuid>
|
|
|
|
|
<ProjectHome>.</ProjectHome>
|
2021-10-20 21:14:11 -03:00
|
|
|
<StartupFile>computer_vision\cv_capture.py</StartupFile>
|
2017-05-17 16:08:43 -07:00
|
|
|
<SearchPath>
|
|
|
|
|
</SearchPath>
|
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
<Name>PythonClient</Name>
|
|
|
|
|
<RootNamespace>PythonClient</RootNamespace>
|
2018-09-28 17:08:08 -07:00
|
|
|
<InterpreterId>Global|ContinuumAnalytics|Anaconda36-64</InterpreterId>
|
2017-12-07 01:54:59 -08:00
|
|
|
<InterpreterVersion>
|
|
|
|
|
</InterpreterVersion>
|
2017-05-17 16:08:43 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="airsim\client.py" />
|
|
|
|
|
<Compile Include="airsim\types.py">
|
2017-05-17 16:08:43 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="airsim\utils.py">
|
2017-05-17 16:08:43 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="airsim\__init__.py">
|
2017-11-07 16:01:11 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="car\multi_agent_car.py">
|
2018-04-24 00:07:12 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="car\setup_path.py">
|
2017-09-19 09:38:09 +02:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="computer_vision\cv_capture.py">
|
2017-11-27 16:27:20 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="computer_vision\cv_navigate.py">
|
2018-02-15 23:32:38 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="computer_vision\getpos.py" />
|
|
|
|
|
<Compile Include="computer_vision\ground_truth.py">
|
2017-12-07 01:54:59 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="computer_vision\setup_path.py" />
|
2019-01-26 23:47:12 +08:00
|
|
|
<Compile Include="multirotor\drone_lidar.py" />
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="multirotor\gimbal.py" />
|
|
|
|
|
<Compile Include="multirotor\land.py" />
|
|
|
|
|
<Compile Include="car\pause_continue_car.py">
|
2018-04-24 16:22:57 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="multirotor\clock_speed.py">
|
2018-04-26 22:56:42 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="multirotor\manual_mode_demo.py">
|
2017-11-10 13:58:20 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="computer_vision\objects.py">
|
2017-09-28 01:58:35 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="multirotor\multi_agent_drone.py">
|
2017-08-28 20:42:13 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="multirotor\navigate.py">
|
2017-05-19 23:54:13 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-07-16 14:33:40 -07:00
|
|
|
<Compile Include="airsim\pfm.py" />
|
|
|
|
|
<Compile Include="car\car_collision.py" />
|
|
|
|
|
<Compile Include="car\car_monitor.py" />
|
|
|
|
|
<Compile Include="car\car_stress_test.py" />
|
|
|
|
|
<Compile Include="car\drive_straight.py" />
|
|
|
|
|
<Compile Include="car\hello_car.py" />
|
|
|
|
|
<Compile Include="car\reset_test_car.py" />
|
|
|
|
|
<Compile Include="multirotor\opencv_show.py" />
|
|
|
|
|
<Compile Include="computer_vision\cv_mode.py" />
|
|
|
|
|
<Compile Include="multirotor\point_cloud.py" />
|
|
|
|
|
<Compile Include="computer_vision\segmentation.py" />
|
|
|
|
|
<Compile Include="multirotor\box.py" />
|
|
|
|
|
<Compile Include="multirotor\disarm.py" />
|
|
|
|
|
<Compile Include="multirotor\drone_stress_test.py" />
|
|
|
|
|
<Compile Include="multirotor\hello_drone.py" />
|
|
|
|
|
<Compile Include="multirotor\orbit.py" />
|
|
|
|
|
<Compile Include="multirotor\path.py" />
|
|
|
|
|
<Compile Include="multirotor\pause_continue_drone.py" />
|
|
|
|
|
<Compile Include="multirotor\reset_test_drone.py" />
|
|
|
|
|
<Compile Include="multirotor\setup_path.py" />
|
|
|
|
|
<Compile Include="multirotor\survey.py" />
|
|
|
|
|
<Compile Include="multirotor\takeoff.py" />
|
|
|
|
|
<Compile Include="ros\car_image_raw.py" />
|
|
|
|
|
<Compile Include="ros\car_pose.py" />
|
|
|
|
|
<Compile Include="ros\drone_image_raw.py" />
|
|
|
|
|
<Compile Include="ros\setup_path.py" />
|
|
|
|
|
<Compile Include="setup.py">
|
2017-05-17 16:08:43 -07:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2017-10-03 20:20:24 -07:00
|
|
|
</ItemGroup>
|
2018-07-16 14:33:40 -07:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="airsim\" />
|
|
|
|
|
<Folder Include="car\" />
|
|
|
|
|
<Folder Include="computer_vision\" />
|
|
|
|
|
<Folder Include="multirotor\" />
|
|
|
|
|
<Folder Include="ros\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="LICENSE" />
|
|
|
|
|
<Content Include="README.md">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Content>
|
2018-05-02 01:41:55 -07:00
|
|
|
</ItemGroup>
|
2018-09-28 17:08:08 -07:00
|
|
|
<ItemGroup>
|
|
|
|
|
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda36-64" />
|
|
|
|
|
</ItemGroup>
|
2017-05-17 16:08:43 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
|
|
|
|
Visual Studio and specify your pre- and post-build commands in
|
|
|
|
|
the BeforeBuild and AfterBuild targets below. -->
|
|
|
|
|
<!--<Target Name="CoreCompile" />-->
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
2017-07-25 19:03:36 -07:00
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
2017-05-17 16:08:43 -07:00
|
|
|
</Project>
|