autoverse-cli 0.12.2__tar.gz → 0.12.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/PKG-INFO +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/pyproject.toml +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/PKG-INFO +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/app_version.py +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/race_cloud.py +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/race_cloud_cfg_util.py +2 -2
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/LICENSE +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/README.md +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/setup.cfg +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/SOURCES.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/dependency_links.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/entry_points.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/requires.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/top_level.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/__init__.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/argparse_help.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/avrs.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/can_tool.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/can_tool_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/cfg.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/launcher.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/launcher_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/race_cloud_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/change_camera.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/code_booz.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/demo.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/dump_sim_config.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/environment.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/fault_injection.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/get_object_config.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/list_sim_objects.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/log_path.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/misc.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/move_to_landmark.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/npc.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/request.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/reset_to_track.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/restart.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/scenario_control.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/spawn_object.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/teleport.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/toggle_hud.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/vd.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/vehicle_input.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/requests/vehicle_replay.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/simconfig.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/simconfig_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/tests.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/avrs/util.py +0 -0
@@ -121,7 +121,7 @@ class AvrsRaceCloud(AvrsApiRequest):
|
|
121
121
|
vcfg_ok, vcfg_data, bsu_vcan, kistler_vcan, badenia_vcan = prepare_vehicle_cfg(args.vehicle_config)
|
122
122
|
|
123
123
|
if not vcfg_ok:
|
124
|
-
print('error
|
124
|
+
print('error reading config file: {}'.format(vcfg_data))
|
125
125
|
return
|
126
126
|
|
127
127
|
vcan_ok = True
|
@@ -85,7 +85,7 @@ def prepare_vehicle_cfg(cfg_path):
|
|
85
85
|
#print('preparing config for transmission: {}'.format(cfg_path))
|
86
86
|
|
87
87
|
if not os.path.isfile(cfg_path):
|
88
|
-
return (False, '{} is not a valid file'.format(cfg_path))
|
88
|
+
return (False, '{} is not a valid file'.format(cfg_path), None, None, None)
|
89
89
|
|
90
90
|
cfg_object = {}
|
91
91
|
with open(cfg_path, 'r', encoding='utf-8') as f:
|
@@ -95,7 +95,7 @@ def prepare_vehicle_cfg(cfg_path):
|
|
95
95
|
# obtain desired CAN names to start cannelloni
|
96
96
|
eav24 = get_payload(cfg_object, 'Eav24Initializer')
|
97
97
|
if eav24 is None:
|
98
|
-
return (False, 'no eav24 payload found')
|
98
|
+
return (False, 'no eav24 payload found', None, None, None)
|
99
99
|
|
100
100
|
bsu_vcan = eav24['body']['bsuCanName']
|
101
101
|
kistler_vcan = eav24['body']['kistlerCanName']
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autoverse_cli-0.12.2 → autoverse_cli-0.12.3}/src/autoverse_cli.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|