autoverse-cli 0.8.0__tar.gz → 0.10.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/PKG-INFO +1 -1
  2. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/pyproject.toml +1 -1
  3. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/PKG-INFO +1 -1
  4. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/SOURCES.txt +1 -0
  5. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/app_version.py +1 -1
  6. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/avrs.py +3 -1
  7. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/launcher.py +29 -1
  8. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/launcher_util.py +4 -0
  9. autoverse_cli-0.10.0/src/avrs/requests/spawn_object.py +44 -0
  10. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/LICENSE +0 -0
  11. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/README.md +0 -0
  12. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/setup.cfg +0 -0
  13. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/dependency_links.txt +0 -0
  14. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/entry_points.txt +0 -0
  15. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/requires.txt +0 -0
  16. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/autoverse_cli.egg-info/top_level.txt +0 -0
  17. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/__init__.py +0 -0
  18. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/argparse_help.py +0 -0
  19. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/can_tool.py +0 -0
  20. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/can_tool_util.py +0 -0
  21. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/cfg.py +0 -0
  22. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/change_camera.py +0 -0
  23. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/code_booz.py +0 -0
  24. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/demo.py +0 -0
  25. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/environment.py +0 -0
  26. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/fault_injection.py +0 -0
  27. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/get_object_config.py +0 -0
  28. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/list_sim_objects.py +0 -0
  29. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/log_path.py +0 -0
  30. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/misc.py +0 -0
  31. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/move_to_landmark.py +0 -0
  32. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/npc.py +0 -0
  33. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/request.py +0 -0
  34. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/reserve_mv_slot.py +0 -0
  35. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/reset_to_track.py +0 -0
  36. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/restart.py +0 -0
  37. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/scenario_control.py +0 -0
  38. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/teleport.py +0 -0
  39. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/toggle_hud.py +0 -0
  40. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/vd.py +0 -0
  41. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/vehicle_input.py +0 -0
  42. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/requests/vehicle_replay.py +0 -0
  43. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/simconfig.py +0 -0
  44. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/simconfig_util.py +0 -0
  45. {autoverse_cli-0.8.0 → autoverse_cli-0.10.0}/src/avrs/tests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autoverse-cli
3
- Version: 0.8.0
3
+ Version: 0.10.0
4
4
  Summary: The Autoverse CLI
5
5
  Author-email: Dan Kamrath <dan.kamrath@autonomalabs.com>
6
6
  License: # End-User License Agreement (EULA) of the Autonoma AutoVerse CLI
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autoverse-cli"
3
- version = "0.8.0"
3
+ version = "0.10.0"
4
4
  dependencies = [
5
5
  "boto3",
6
6
  "cantools"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autoverse-cli
3
- Version: 0.8.0
3
+ Version: 0.10.0
4
4
  Summary: The Autoverse CLI
5
5
  Author-email: Dan Kamrath <dan.kamrath@autonomalabs.com>
6
6
  License: # End-User License Agreement (EULA) of the Autonoma AutoVerse CLI
@@ -35,6 +35,7 @@ src/avrs/requests/reserve_mv_slot.py
35
35
  src/avrs/requests/reset_to_track.py
36
36
  src/avrs/requests/restart.py
37
37
  src/avrs/requests/scenario_control.py
38
+ src/avrs/requests/spawn_object.py
38
39
  src/avrs/requests/teleport.py
39
40
  src/avrs/requests/toggle_hud.py
40
41
  src/avrs/requests/vd.py
@@ -2,7 +2,7 @@ import http.client
2
2
  import json
3
3
 
4
4
  def get_app_version():
5
- return '0.8.0'
5
+ return '0.10.0'
6
6
 
7
7
  def check_app_is_latest():
8
8
  pass
@@ -30,6 +30,7 @@ from avrs.requests.toggle_hud import *
30
30
  from avrs.simconfig import *
31
31
  from avrs.requests.get_object_config import *
32
32
  from avrs.requests.misc import *
33
+ from avrs.requests.spawn_object import *
33
34
 
34
35
 
35
36
  def get_version():
@@ -66,7 +67,7 @@ def main():
66
67
  ResetToTrack(sps, cfg)
67
68
  Teleport(sps, cfg)
68
69
  #Npc(sps, cfg)
69
- ReserveMvSlot(sps, cfg)
70
+ #ReserveMvSlot(sps, cfg)
70
71
  Vd(sps, cfg)
71
72
  AvrsConfigureVehicleInputRequest(sps, cfg)
72
73
  LogPath(sps, cfg)
@@ -84,6 +85,7 @@ def main():
84
85
  AvrsGetSimVersionRequest(sps, cfg)
85
86
  AvrsPingRequest(sps, cfg)
86
87
  AvrsConfigureSimLodRequest(sps, cfg)
88
+ AvrsSpawnObjectRequest(sps, cfg)
87
89
 
88
90
  if os.environ.get('AVRS_WITH_DEMO', '0') == '1':
89
91
  AvrsDemoRequest(sps, cfg)
@@ -32,7 +32,13 @@ class AvrsLauncher:
32
32
  help='ask the build info api for the latest sim version')
33
33
  get_latest_psr.set_defaults(func=self.get_latest_sim_version)
34
34
 
35
+ get_variants_psr = sps.add_parser(
36
+ 'list-variants',
37
+ help='lists the available variants of the simulator that can be downloaded')
38
+ get_variants_psr.set_defaults(func=self.get_variants)
39
+
35
40
  download_sim_psr = sps.add_parser('download-simulator', help='download the simulator')
41
+ download_sim_psr.add_argument('variant', help='which variant of the simulator to download (eg, \"a2rl-iron\" or \"a2rl-humble\")')
36
42
  download_sim_psr.add_argument('install_path', help='path to install the simulator')
37
43
  download_sim_psr.add_argument(
38
44
  '--copy-saved-from',
@@ -80,6 +86,19 @@ class AvrsLauncher:
80
86
 
81
87
  # query something to find out what versions of the sim we can download
82
88
 
89
+ def get_variants(self, args):
90
+ if 'license' not in self.cfg:
91
+ status += 'no license has been registered\n'
92
+ return
93
+
94
+ (dl_keys_ok, dl_keys_status, self.cfg) = try_get_launcher_download_keys(self.cfg)
95
+ if not dl_keys_ok:
96
+ print('Error Getting Launcher Download Keys: {}'.format(dl_keys_status))
97
+ return
98
+ save_cfg('avrs', self.cfg)
99
+ print('{}'.format(self.cfg['variants']))
100
+
101
+
83
102
  def get_latest_sim_version(self, args):
84
103
  # Validate status of download keys
85
104
  dl_keys_ok, dl_keys_status = has_launcher_download_keys(self.cfg)
@@ -96,6 +115,15 @@ class AvrsLauncher:
96
115
 
97
116
  def download_simulator(self, args):
98
117
 
118
+ # update variants before each download. also updates download keys
119
+ print('Updating Variants...')
120
+ self.get_variants(args)
121
+
122
+ if args.variant not in self.cfg['variants']:
123
+ print('\"{}\" is not a known variant, try one of: {}'.format(
124
+ args.variant, self.cfg['variants']))
125
+ return
126
+
99
127
  file_path = args.install_path
100
128
  if not os.path.exists(file_path):
101
129
  print('Cannot Install Simulator at: {} (Invalid Path, Specify a Directory)'.format(file_path))
@@ -131,7 +159,7 @@ class AvrsLauncher:
131
159
 
132
160
  package_zip_name = 'autoverse-linux-{}.zip'.format(latest_version)
133
161
  package_name = 'autoverse-linux'
134
- bucket_path = 'mainline/{}'.format(package_zip_name)
162
+ bucket_path = '{}/{}'.format(args.variant, package_zip_name)
135
163
  dl_path = os.path.join(args.install_path, package_zip_name)
136
164
  unzip_path = os.path.join(args.install_path, package_name)
137
165
 
@@ -58,6 +58,10 @@ def try_get_launcher_download_keys(cfg):
58
58
 
59
59
  out_cfg['dlkey_id'] = dlinfo['dlkey_id']
60
60
  out_cfg['dlkey'] = dlinfo['dlkey']
61
+ out_cfg['variants'] = dlinfo['variants']
62
+
63
+ # set available variants here as well
64
+
61
65
  return (True, status, out_cfg)
62
66
 
63
67
  def has_launcher_download_keys(cfg):
@@ -0,0 +1,44 @@
1
+ from avrs.requests.request import AvrsApiRequest
2
+ from argparse import RawTextHelpFormatter
3
+
4
+ SPAWN_OBJECT_HELP = '''
5
+ spawn an object with the specified configuration, optionally overriding its name
6
+ '''
7
+
8
+ class AvrsSpawnObjectRequest(AvrsApiRequest):
9
+ def __init__(self, parser, cfg):
10
+ AvrsApiRequest.__init__(self, parser, cfg, 'SpawnObject', 0)
11
+ psr = parser.add_parser('spawn-object', help=SPAWN_OBJECT_HELP, formatter_class=RawTextHelpFormatter)
12
+
13
+ psr.add_argument(
14
+ '--object-type',
15
+ default='Eav24',
16
+ help='the type of object to spawn')
17
+
18
+ psr.add_argument(
19
+ 'spec',
20
+ help='the specialization of the object (eg eav24_mv0)')
21
+
22
+ psr.add_argument(
23
+ '--name-override',
24
+ default='',
25
+ help='if not empty, will override the name given to the spawned object')
26
+
27
+ psr.add_argument(
28
+ 'spawn_landmark',
29
+ help='what landmark to spawn at (eg MvStart0, MvStart1, MvStart2, or MvStart3)')
30
+
31
+ psr.set_defaults(func=self.send_request)
32
+
33
+ def get_request_body(self, args):
34
+
35
+ return {
36
+ 'name': args.name_override,
37
+ 'type': args.object_type,
38
+ 'spec': args.spec,
39
+ 'bUseStoredInitializer': True,
40
+ 'location': {},
41
+ 'rotation': {},
42
+ 'landmark': args.spawn_landmark,
43
+ 'payloads': []
44
+ }
File without changes
File without changes
File without changes