We lifted 7 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Cosys-Lab/Cosys-AirSim | extension | 1 of 4 |
| rickyHong/AirSim-Simulator-repl | reimplementation | 1 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| list_to_2d_float_array | Ran | rickyHong/AirSim-Simulator-repl/PythonClient/airsim/utils.py pointer only (licence: NOASSERTION) · get_code("5de26cf2f3b25323") |
| read_pfm | Ran | Cosys-Lab/Cosys-AirSim/PythonClient/cosysairsim/pfm.py pointer only (licence: NOASSERTION) · get_code("70f08af895298f94") |
| list_to_2d_float_array | Not yet run | Cosys-Lab/Cosys-AirSim/PythonClient/cosysairsim/utils.py pointer only (licence: NOASSERTION) · get_code("e91cb5fa00f77554") |
| string_to_float_array | Not yet run | Cosys-Lab/Cosys-AirSim/PythonClient/cosysairsim/utils.py pointer only (licence: NOASSERTION) · get_code("760eeba8ac102ab8") |
| string_to_float_array | Not yet run | rickyHong/AirSim-Simulator-repl/PythonClient/airsim/utils.py pointer only (licence: NOASSERTION) · get_code("b158624a56694d0c") |
| string_to_uint8_array | Not yet run | Cosys-Lab/Cosys-AirSim/PythonClient/cosysairsim/utils.py pointer only (licence: NOASSERTION) · get_code("bf6c6022f667b552") |
| string_to_uint8_array | Not yet run | rickyHong/AirSim-Simulator-repl/PythonClient/airsim/utils.py pointer only (licence: NOASSERTION) · get_code("0a70338472539bdb") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Developing and testing algorithms for autonomous vehicles in real world is an expensive and time consuming process. Also, in order to utilize recent advances in machine intelligence and deep learning we need to collect a large amount of annotated training data in a variety of conditions and environments. We present a new simulator built on Unreal Engine that offers physically and visually realistic simulations for both of these goals. Our simulator includes a physics engine that can operate at a high frequency for real-time hardware-in-the-loop (HITL) simulations with support for popular protocols (e.g. MavLink). The simulator is designed from the ground up to be extensible to accommodate new types of vehicles, hardware platforms and software protocols. In addition, the modular design enables various components to be easily usable independently in other projects. We demonstrate the simulator by first implementing a quadrotor as an autonomous vehicle and then experimentally comparing the software components with real-world flights.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1705.05065")
get_code_for_paper("1705.05065")
have("1705.05065")
Connect an agent — have() is free.