LICENSE.txt
MANIFEST.in
README.ashapipro.md
pyproject.toml
ashapipro/__init__.py
ashapipro/__main__.py
ashapipro.egg-info/PKG-INFO
ashapipro.egg-info/SOURCES.txt
ashapipro.egg-info/dependency_links.txt
ashapipro.egg-info/requires.txt
ashapipro.egg-info/top_level.txt
ashapipro/autopilot/__init__.py
ashapipro/autopilot/coursekeeper.py
ashapipro/autopilot/regulator.py
ashapipro/autopilot/routekeeper.py
ashapipro/autopilot/speedkeeper.py
ashapipro/routes/__init__.py
ashapipro/routes/areautil.py
ashapipro/routes/graph.py
ashapipro/tutorials/__init__.py
ashapipro/tutorials/content/__init__.py
ashapipro/tutorials/content/content_models.py
ashapipro/tutorials/content/content_recordings.py
ashapipro/tutorials/content/content_scenes.py
ashapipro/tutorials/environment/__init__.py
ashapipro/tutorials/environment/environment_get_current.py
ashapipro/tutorials/environment/environment_get_time.py
ashapipro/tutorials/environment/environment_get_wave.py
ashapipro/tutorials/environment/environment_get_weather.py
ashapipro/tutorials/environment/environment_get_wind.py
ashapipro/tutorials/environment/environment_set_current.py
ashapipro/tutorials/environment/environment_set_time.py
ashapipro/tutorials/environment/environment_set_wave.py
ashapipro/tutorials/environment/environment_set_weather.py
ashapipro/tutorials/environment/environment_set_wind.py
ashapipro/tutorials/objects/__init__.py
ashapipro/tutorials/objects/cargo_keep_course.py
ashapipro/tutorials/objects/cargo_keep_speed.py
ashapipro/tutorials/objects/object_add.py
ashapipro/tutorials/objects/object_count_params.py
ashapipro/tutorials/objects/object_devices_orders.py
ashapipro/tutorials/objects/object_devices_state.py
ashapipro/tutorials/objects/object_get_position.py
ashapipro/tutorials/objects/object_get_speeds.py
ashapipro/tutorials/objects/object_id.py
ashapipro/tutorials/objects/object_remove.py
ashapipro/tutorials/objects/object_set_orders.py
ashapipro/tutorials/objects/object_set_position.py
ashapipro/tutorials/objects/object_set_rotation.py
ashapipro/tutorials/objects/object_set_speed.py
ashapipro/tutorials/objects/object_set_values.py
ashapipro/tutorials/recording/__init__.py
ashapipro/tutorials/recording/recording_open.py
ashapipro/tutorials/recording/recording_pause.py
ashapipro/tutorials/recording/recording_run.py
ashapipro/tutorials/recording/recording_save.py
ashapipro/tutorials/recording/recording_speed.py
ashapipro/tutorials/recording/recording_step.py
ashapipro/tutorials/recording/recording_time.py
ashapipro/tutorials/routes/__init__.py
ashapipro/tutorials/routes/build_astar_path_on_area_neighbours_graph.py
ashapipro/tutorials/routes/build_bellman_ford_path_on_area_polygon_graph.py
ashapipro/tutorials/routes/build_dijkstra_path_on_area_all_to_all_graph.py
ashapipro/tutorials/routes/route_add.py
ashapipro/tutorials/routes/route_add_point.py
ashapipro/tutorials/routes/route_change_point.py
ashapipro/tutorials/routes/route_get_point.py
ashapipro/tutorials/routes/route_get_points_info.py
ashapipro/tutorials/routes/route_remove.py
ashapipro/tutorials/routes/route_remove_point.py
ashapipro/tutorials/routes/tuga_follow_route.py
ashapipro/tutorials/scene/__init__.py
ashapipro/tutorials/scene/scene_area.py
ashapipro/tutorials/scene/scene_new.py
ashapipro/tutorials/scene/scene_new_nv.py
ashapipro/tutorials/scene/scene_objects.py
ashapipro/tutorials/scene/scene_open.py
ashapipro/tutorials/scene/scene_routes.py
ashapipro/tutorials/scene/scene_save.py
ashapipro/tutorials/simulation/__init__.py
ashapipro/tutorials/simulation/simulation_pause.py
ashapipro/tutorials/simulation/simulation_run.py
ashapipro/tutorials/simulation/simulation_speed.py
ashapipro/tutorials/simulation/simulation_step.py
tests/test_build_routes.py