.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
examples/ai_line.py
examples/lidar_tour.py
examples/multishot_camera.ipynb
examples/object_placement.ipynb
examples/procedural_meshes.py
examples/road_definition.py
examples/vehicle_road_bounding_box.ipynb
examples/vehicle_state_plotting.ipynb
examples/west_coast_lidar.py
examples/west_coast_random.py
media/DecalRoadNodes.png
media/beamng.research.png
media/camera.png
media/documentation.png
media/lidar.gif
media/steering.gif
media/throttle.gif
src/beamngpy/__init__.py
src/beamngpy/beamng.py
src/beamngpy/beamngcommon.py
src/beamngpy/scenario.py
src/beamngpy/sensors.py
src/beamngpy/test.py
src/beamngpy/vehicle.py
src/beamngpy/visualiser.py
src/beamngpy.egg-info/PKG-INFO
src/beamngpy.egg-info/SOURCES.txt
src/beamngpy.egg-info/dependency_links.txt
src/beamngpy.egg-info/entry_points.txt
src/beamngpy.egg-info/not-zip-safe
src/beamngpy.egg-info/requires.txt
src/beamngpy.egg-info/top_level.txt
src/beamngpy/lua/researchCommunication.lua
src/beamngpy/lua/researchGE.lua
src/beamngpy/lua/researchVE.lua
src/beamngpy/templates/prefab
tests/test_scenario.py
tests/test_sensors.py
tests/test_vehicle.py