autoverse-cli 0.12.2__tar.gz → 0.12.4__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.4}/PKG-INFO +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/pyproject.toml +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/PKG-INFO +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/app_version.py +1 -1
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/race_cloud.py +2 -2
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/race_cloud_cfg_util.py +2 -2
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/race_cloud_util.py +5 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/LICENSE +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/README.md +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/setup.cfg +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/SOURCES.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/dependency_links.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/entry_points.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/requires.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/autoverse_cli.egg-info/top_level.txt +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/__init__.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/argparse_help.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/avrs.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/can_tool.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/can_tool_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/cfg.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/launcher.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/launcher_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/change_camera.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/code_booz.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/demo.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/dump_sim_config.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/environment.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/fault_injection.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/get_object_config.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/list_sim_objects.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/log_path.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/misc.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/move_to_landmark.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/npc.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/request.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/reset_to_track.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/restart.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/scenario_control.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/spawn_object.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/teleport.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/toggle_hud.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/vd.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/vehicle_input.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/requests/vehicle_replay.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/simconfig.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/simconfig_util.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/src/avrs/tests.py +0 -0
- {autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/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
|
@@ -254,7 +254,7 @@ class AvrsRaceCloud(AvrsApiRequest):
|
|
254
254
|
bash_kill_process('Autoverse')
|
255
255
|
if args.action == 'start' or args.action == 'restart':
|
256
256
|
print('starting sim program on sim instance {}'.format(args.sim_index))
|
257
|
-
exe_path = os.path.join(
|
257
|
+
exe_path = os.path.join(get_sim_exe_path())
|
258
258
|
start_exe(exe_path)
|
259
259
|
|
260
260
|
def remote_sim_ctrl(self, args):
|
@@ -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']
|
@@ -133,6 +133,11 @@ def get_sim_install_path():
|
|
133
133
|
os.path.join(os.environ['HOME'], 'autoverse-linux'))
|
134
134
|
return sim_path
|
135
135
|
|
136
|
+
def get_sim_exe_path():
|
137
|
+
exe_path = os.environ.get('AVRS_EXE_PATH',
|
138
|
+
os.path.join(os.environ['HOME'], 'autoverse-linux', 'Linux', 'utils', 'run_autoverse.sh'))
|
139
|
+
return exe_path()
|
140
|
+
|
136
141
|
def get_rmw_qos_path():
|
137
142
|
return os.path.join(os.environ['HOME'], '.rmw_qos.xml')
|
138
143
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autoverse_cli-0.12.2 → autoverse_cli-0.12.4}/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
|