autoverse-cli 0.12.0__tar.gz → 0.12.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/PKG-INFO +1 -1
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/pyproject.toml +1 -1
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/PKG-INFO +1 -1
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/app_version.py +1 -1
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/race_cloud.py +4 -4
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/race_cloud_util.py +5 -1
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/LICENSE +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/README.md +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/setup.cfg +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/SOURCES.txt +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/dependency_links.txt +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/entry_points.txt +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/requires.txt +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/autoverse_cli.egg-info/top_level.txt +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/__init__.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/argparse_help.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/avrs.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/can_tool.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/can_tool_util.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/cfg.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/launcher.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/launcher_util.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/race_cloud_cfg_util.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/change_camera.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/code_booz.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/demo.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/dump_sim_config.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/environment.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/fault_injection.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/get_object_config.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/list_sim_objects.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/log_path.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/misc.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/move_to_landmark.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/npc.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/request.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/reset_to_track.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/restart.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/scenario_control.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/spawn_object.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/teleport.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/toggle_hud.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/vd.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/vehicle_input.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/requests/vehicle_replay.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/simconfig.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/simconfig_util.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/tests.py +0 -0
- {autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/src/avrs/util.py +0 -0
@@ -156,7 +156,7 @@ class AvrsRaceCloud(AvrsApiRequest):
|
|
156
156
|
print(rbody)
|
157
157
|
return
|
158
158
|
|
159
|
-
|
159
|
+
print(rbody)
|
160
160
|
#print(sim_ip)
|
161
161
|
|
162
162
|
slot_info = {}
|
@@ -200,13 +200,13 @@ class AvrsRaceCloud(AvrsApiRequest):
|
|
200
200
|
vcan_ok = True
|
201
201
|
vcan_msg = ''
|
202
202
|
if not check_vcan_exists(bsu_vcan):
|
203
|
-
vcan_msg = 'bsu vcan {} does not appear to exist'.format()
|
203
|
+
vcan_msg = 'bsu vcan {} does not appear to exist'.format(bsu_vcan)
|
204
204
|
vcan_ok = False
|
205
205
|
if not check_vcan_exists(kistler_vcan):
|
206
|
-
vcan_msg = 'kistler vcan {} does not appear to exist'.format()
|
206
|
+
vcan_msg = 'kistler vcan {} does not appear to exist'.format(kistler_vcan)
|
207
207
|
vcan_ok = False
|
208
208
|
if not check_vcan_exists(badenia_vcan):
|
209
|
-
vcan_msg = 'badenia vcan {} does not appear to exist'.format()
|
209
|
+
vcan_msg = 'badenia vcan {} does not appear to exist'.format(badenia_vcan)
|
210
210
|
vcan_ok = False
|
211
211
|
|
212
212
|
if not vcan_ok:
|
@@ -113,6 +113,10 @@ CHECK_VCAN_EXISTS_SCRIPT = '''
|
|
113
113
|
fi
|
114
114
|
'''
|
115
115
|
|
116
|
+
GET_EC2_LOCAL_IP_SCRIPT = '''
|
117
|
+
echo -n $(ec2metadata --local-ipv4)
|
118
|
+
'''
|
119
|
+
|
116
120
|
# kill a process with a given name
|
117
121
|
def bash_kill_process(pname):
|
118
122
|
return run_process(['bash', '-c',
|
@@ -181,7 +185,7 @@ def connect_peer_vcan(peer_id, peer_ip, vcan_id, vcan_name=''):
|
|
181
185
|
|
182
186
|
def get_local_instance_ip():
|
183
187
|
try:
|
184
|
-
pres = run_process(['
|
188
|
+
pres = run_process(['bash', '-c', GET_EC2_LOCAL_IP_SCRIPT])
|
185
189
|
return pres.out
|
186
190
|
except:
|
187
191
|
return '127.0.0.1'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autoverse_cli-0.12.0 → autoverse_cli-0.12.1}/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
|