1 Star 0 Fork 0

fishjam/AirSim

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PythonClient.pyproj 5.20 KB
一键复制 编辑 原始数据 按行查看 历史
Jonathan 提交于 2021-10-21 08:14 +08:00 . clean PythonClient.pyproj
<?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>
<StartupFile>computer_vision\cv_capture.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>PythonClient</Name>
<RootNamespace>PythonClient</RootNamespace>
<InterpreterId>Global|ContinuumAnalytics|Anaconda36-64</InterpreterId>
<InterpreterVersion>
</InterpreterVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="airsim\client.py" />
<Compile Include="airsim\types.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="airsim\utils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="airsim\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="car\multi_agent_car.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="car\setup_path.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="computer_vision\cv_capture.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="computer_vision\cv_navigate.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="computer_vision\getpos.py" />
<Compile Include="computer_vision\ground_truth.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="computer_vision\setup_path.py" />
<Compile Include="multirotor\drone_lidar.py" />
<Compile Include="multirotor\gimbal.py" />
<Compile Include="multirotor\land.py" />
<Compile Include="car\pause_continue_car.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="multirotor\clock_speed.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="multirotor\manual_mode_demo.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="computer_vision\objects.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="multirotor\multi_agent_drone.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="multirotor\navigate.py">
<SubType>Code</SubType>
</Compile>
<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">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<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>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda36-64" />
</ItemGroup>
<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>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fishjam/AirSim.git
git@gitee.com:fishjam/AirSim.git
fishjam
AirSim
AirSim
main

搜索帮助