lookout-config 1.17.1__py3-none-any.whl → 1.18.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lookout_config/schemas/lookout.schema.json +30 -6
- {lookout_config-1.17.1.dist-info → lookout_config-1.18.1.dist-info}/METADATA +2 -2
- {lookout_config-1.17.1.dist-info → lookout_config-1.18.1.dist-info}/RECORD +6 -6
- {lookout_config-1.17.1.dist-info → lookout_config-1.18.1.dist-info}/WHEEL +0 -0
- {lookout_config-1.17.1.dist-info → lookout_config-1.18.1.dist-info}/top_level.txt +0 -0
- {lookout_config-1.17.1.dist-info → lookout_config-1.18.1.dist-info}/zip-safe +0 -0
@@ -337,11 +337,19 @@
|
|
337
337
|
"type": "boolean"
|
338
338
|
},
|
339
339
|
"mode": {
|
340
|
-
"
|
340
|
+
"allOf": [
|
341
|
+
{
|
342
|
+
"$ref": "#/$defs/Mode"
|
343
|
+
}
|
344
|
+
],
|
341
345
|
"default": "hardware"
|
342
346
|
},
|
343
347
|
"log_level": {
|
344
|
-
"
|
348
|
+
"allOf": [
|
349
|
+
{
|
350
|
+
"$ref": "#/$defs/LogLevel"
|
351
|
+
}
|
352
|
+
],
|
345
353
|
"default": "info"
|
346
354
|
},
|
347
355
|
"cameras": {
|
@@ -352,7 +360,11 @@
|
|
352
360
|
"type": "array"
|
353
361
|
},
|
354
362
|
"network": {
|
355
|
-
"
|
363
|
+
"allOf": [
|
364
|
+
{
|
365
|
+
"$ref": "#/$defs/Network"
|
366
|
+
}
|
367
|
+
],
|
356
368
|
"default": "host"
|
357
369
|
},
|
358
370
|
"gpu": {
|
@@ -361,15 +373,27 @@
|
|
361
373
|
"type": "boolean"
|
362
374
|
},
|
363
375
|
"geolocation_mode": {
|
364
|
-
"
|
376
|
+
"allOf": [
|
377
|
+
{
|
378
|
+
"$ref": "#/$defs/GeolocationMode"
|
379
|
+
}
|
380
|
+
],
|
365
381
|
"default": "none"
|
366
382
|
},
|
367
383
|
"positioning_system": {
|
368
|
-
"
|
384
|
+
"allOf": [
|
385
|
+
{
|
386
|
+
"$ref": "#/$defs/PositioningSystem"
|
387
|
+
}
|
388
|
+
],
|
369
389
|
"default": "none"
|
370
390
|
},
|
371
391
|
"offsets": {
|
372
|
-
"
|
392
|
+
"allOf": [
|
393
|
+
{
|
394
|
+
"$ref": "#/$defs/VesselOffsets"
|
395
|
+
}
|
396
|
+
],
|
373
397
|
"default": {
|
374
398
|
"name": "mars.stl",
|
375
399
|
"baselink_to_ins": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: lookout_config
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.18.1
|
4
4
|
Summary: A library for reading / writing Lookout config files
|
5
5
|
Home-page: https://github.com/Greenroom-Robotics/lookout
|
6
6
|
Author: Greenroom Robotics
|
@@ -19,7 +19,7 @@ Requires-Dist: setuptools
|
|
19
19
|
Requires-Dist: dacite
|
20
20
|
Requires-Dist: PyYAML
|
21
21
|
Requires-Dist: dc-schema
|
22
|
-
Requires-Dist: greenstream-config==3.
|
22
|
+
Requires-Dist: greenstream-config==3.17.1
|
23
23
|
Requires-Dist: gr-urchin
|
24
24
|
|
25
25
|
# Lookout Config
|
@@ -4,10 +4,10 @@ lookout_config/generate_urdf.py,sha256=O5n0hNsRJwTgQnWdPZIg_LgpxlDQOzWv5IccjT7yD
|
|
4
4
|
lookout_config/helpers.py,sha256=3GkGRPDzQ67I5srwcWoI8PI1dgrWvTsUwA8-yRUttLM,603
|
5
5
|
lookout_config/launch_parameters.py,sha256=wvLXQMPi7D3ExesyvSNLPYEb2WChj9YTslnvQYPsXbk,3033
|
6
6
|
lookout_config/types.py,sha256=9Osic4J0go-uRKM6walZUEcPGz_7inxhanFUXIPAloo,3701
|
7
|
-
lookout_config/schemas/lookout.schema.json,sha256=
|
7
|
+
lookout_config/schemas/lookout.schema.json,sha256=qP2kfLxBfAZTmITQ6f3kcOF3-9PxEeFRcTKXBFfDUVQ,9510
|
8
8
|
lookout_config/test/lookout_config_test.py,sha256=TdOzIEWnyrckhmK7OtShtoWwSAP8QDCiKalNhvScd2U,73
|
9
|
-
lookout_config-1.
|
10
|
-
lookout_config-1.
|
11
|
-
lookout_config-1.
|
12
|
-
lookout_config-1.
|
13
|
-
lookout_config-1.
|
9
|
+
lookout_config-1.18.1.dist-info/METADATA,sha256=WFFjiDUF-rljNelrlpi87DEUN_aUiiuZkfL6841JL6A,1442
|
10
|
+
lookout_config-1.18.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
11
|
+
lookout_config-1.18.1.dist-info/top_level.txt,sha256=IiZRgJhNrNL87uLMQm9lQRrMCqJnTOl7aYlA7zRSYyg,15
|
12
|
+
lookout_config-1.18.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
13
|
+
lookout_config-1.18.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|