This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import setup_path | |
import airsim | |
import numpy as np | |
import os | |
import tempfile | |
import pprint | |
import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Symbols: x = used, + = saved, * = unsaved | |
ATT_ACC_COMP [-1,0] : 1 | |
ATT_BIAS_MAX [-1,1] : 0.0500 | |
ATT_EXT_HDG_M [-1,2] : 0 | |
ATT_MAG_DECL [-1,3] : 0.0000 | |
ATT_MAG_DECL_A [-1,4] : 1 | |
ATT_W_ACC [-1,5] : 0.2000 | |
ATT_W_EXT_HDG [-1,6] : 0.1000 | |
ATT_W_GYRO_BIAS [-1,7] : 0.1000 | |
ATT_W_MAG [-1,8] : 0.1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using AirSimUnity.DroneStructs; | |
using UnityEngine; | |
namespace AirSimUnity | |
{ | |
[RequireComponent(typeof(Drone))] | |
public class DroneControllerInput : MonoBehaviour | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.1 | |
%TAG !u! tag:unity3d.com,2011: | |
--- !u!13 &1 | |
InputManager: | |
m_ObjectHideFlags: 0 | |
serializedVersion: 2 | |
m_Axes: | |
- serializedVersion: 3 | |
m_Name: Horizontal | |
descriptiveName: |