multimodalsim-viewer 0.0.3__py3-none-any.whl → 0.1.0.0__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.
Files changed (32) hide show
  1. multimodalsim_viewer/common/environments/.env +2 -0
  2. multimodalsim_viewer/common/utils.py +11 -48
  3. multimodalsim_viewer/models/__init__.py +0 -0
  4. multimodalsim_viewer/models/environment.py +70 -0
  5. multimodalsim_viewer/models/leg.py +194 -0
  6. multimodalsim_viewer/models/passenger.py +148 -0
  7. multimodalsim_viewer/models/serializable.py +43 -0
  8. multimodalsim_viewer/models/simulation_information.py +84 -0
  9. multimodalsim_viewer/models/state.py +44 -0
  10. multimodalsim_viewer/models/stop.py +114 -0
  11. multimodalsim_viewer/models/update.py +616 -0
  12. multimodalsim_viewer/models/vehicle.py +151 -0
  13. multimodalsim_viewer/server/{simulation_visualization_data_collector.py → data_collector.py} +185 -198
  14. multimodalsim_viewer/server/data_manager.py +567 -0
  15. multimodalsim_viewer/server/http_routes.py +4 -7
  16. multimodalsim_viewer/server/log_manager.py +2 -2
  17. multimodalsim_viewer/server/server.py +8 -10
  18. multimodalsim_viewer/server/simulation.py +4 -5
  19. multimodalsim_viewer/server/simulation_manager.py +22 -23
  20. multimodalsim_viewer/ui/static/environment.json +2 -0
  21. multimodalsim_viewer/ui/static/index.html +2 -2
  22. multimodalsim_viewer/ui/static/{main-LUPJCMAF.js → main-EAYQBWLP.js} +173 -173
  23. multimodalsim_viewer/ui/static/scripts/load-environment.script.js +1 -1
  24. multimodalsim_viewer/ui/static/styles-257KETL3.css +1 -0
  25. {multimodalsim_viewer-0.0.3.dist-info → multimodalsim_viewer-0.1.0.0.dist-info}/METADATA +6 -12
  26. multimodalsim_viewer-0.1.0.0.dist-info/RECORD +53 -0
  27. multimodalsim_viewer/server/simulation_visualization_data_model.py +0 -1570
  28. multimodalsim_viewer/ui/static/styles-KU7LTPET.css +0 -1
  29. multimodalsim_viewer-0.0.3.dist-info/RECORD +0 -43
  30. {multimodalsim_viewer-0.0.3.dist-info → multimodalsim_viewer-0.1.0.0.dist-info}/WHEEL +0 -0
  31. {multimodalsim_viewer-0.0.3.dist-info → multimodalsim_viewer-0.1.0.0.dist-info}/entry_points.txt +0 -0
  32. {multimodalsim_viewer-0.0.3.dist-info → multimodalsim_viewer-0.1.0.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ function loadEnvironment() {
6
6
  xhr.onreadystatechange = function () {
7
7
  if (xhr.readyState === XMLHttpRequest.DONE && xhr.status === 200) {
8
8
  window.environment = JSON.parse(xhr.responseText);
9
- console.log(`Environment loaded successfully: ${xhr.responseText}`);
9
+ console.info(`Environment loaded successfully: ${xhr.responseText}`);
10
10
  return;
11
11
  }
12
12
 
@@ -0,0 +1 @@
1
+ html{--mat-sys-background: #faf9fd;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #f2f0f4;--mat-sys-inverse-primary: #abc7ff;--mat-sys-inverse-surface: #2f3033;--mat-sys-on-background: #1a1b1f;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #410002;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #001b3f;--mat-sys-on-primary-fixed: #001b3f;--mat-sys-on-primary-fixed-variant: #00458f;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #131c2b;--mat-sys-on-secondary-fixed: #131c2b;--mat-sys-on-secondary-fixed-variant: #3e4759;--mat-sys-on-surface: #1a1b1f;--mat-sys-on-surface-variant: #44474e;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #00006e;--mat-sys-on-tertiary-fixed: #00006e;--mat-sys-on-tertiary-fixed-variant: #0000ef;--mat-sys-outline: #74777f;--mat-sys-outline-variant: #c4c6d0;--mat-sys-primary: #005cbb;--mat-sys-primary-container: #d7e3ff;--mat-sys-primary-fixed: #d7e3ff;--mat-sys-primary-fixed-dim: #abc7ff;--mat-sys-scrim: #000000;--mat-sys-secondary: #565e71;--mat-sys-secondary-container: #dae2f9;--mat-sys-secondary-fixed: #dae2f9;--mat-sys-secondary-fixed-dim: #bec6dc;--mat-sys-shadow: #000000;--mat-sys-surface: #faf9fd;--mat-sys-surface-bright: #faf9fd;--mat-sys-surface-container: #efedf0;--mat-sys-surface-container-high: #e9e7eb;--mat-sys-surface-container-highest: #e3e2e6;--mat-sys-surface-container-low: #f4f3f6;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dbd9dd;--mat-sys-surface-tint: #005cbb;--mat-sys-surface-variant: #e0e2ec;--mat-sys-tertiary: #343dff;--mat-sys-tertiary-container: #e0e0ff;--mat-sys-tertiary-fixed: #e0e0ff;--mat-sys-tertiary-fixed-dim: #bec2ff;--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f}html{--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500}html{--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px}html{--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}html,body{height:100%;margin:0;background-color:#111}html{overflow:hidden}main{margin:0}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.compact-input{--mat-form-field-container-height: 36px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 6px;--mat-form-field-filled-with-label-container-padding-top: 6px;--mat-form-field-filled-with-label-container-padding-bottom: 6px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: multimodalsim_viewer
3
- Version: 0.0.3
3
+ Version: 0.1.0.0
4
4
  Summary: Multimodal simulation viewer
5
5
  Keywords: flask angular ui multimodal server
6
6
  Requires-Python: >=3.10
@@ -37,23 +37,13 @@ This package provides an interface to the [multimodalsim simulation project](htt
37
37
 
38
38
  ## Usage
39
39
 
40
- You have access to several commands that will allow you to run the project easily.
40
+ You have access to several commands that will allow you to run the project easily. You can use the `--help` flag to see a list of available options.
41
41
 
42
42
  ```bash
43
43
  viewer start
44
- viewer start --ui # only start the UI side
45
- viewer start --server # only start the server
46
44
 
47
45
  viewer stop
48
- viewer stop --ui # only stop the UI side
49
- viewer stop --server # only stop the server
50
- ```
51
-
52
- You can also run a simulation from the command line. This is useful for debugging, when you want to run a simulation without the web interface, and also for running simulations that uses a different version of the multimodalsim package.
53
-
54
- Several arguments are available to customize the simulation and can be found with the --help option, but the required arguments will be asked interactively if not provided. The command to run a simulation is:
55
46
 
56
- ```bash
57
47
  viewer simulate
58
48
  ```
59
49
 
@@ -68,3 +58,7 @@ To run a simulation, you need to provide input data. You can upload input data f
68
58
  ```bash
69
59
  git clone https://github.com/lab-core/multimodal-data.git
70
60
  ```
61
+
62
+ ## Environment variables
63
+
64
+ Some environment variables are available to customize the application. You can find a detailed list of these variables in the [README.md](https://github.com/lab-core/multimodal-simulator/blob/main/README.md#environment-variables) file of the multimodal-simulator repository.
@@ -0,0 +1,53 @@
1
+ multimodalsim_viewer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ multimodalsim_viewer/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ multimodalsim_viewer/common/utils.py,sha256=DJcIVoExbuFZ5pOQaJctIAMVtJSj5pyOSiQUsKXxu8g,5729
4
+ multimodalsim_viewer/common/environments/.env,sha256=wtCZFKufraCZcLxYsDdnLzJS0UaQ4fTLdFhFNYgLJB4,173
5
+ multimodalsim_viewer/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ multimodalsim_viewer/models/environment.py,sha256=bvSK_q5PgNzbPGBzSAf1H5n_RSZZ3kOVCmN0tZPxlno,2725
7
+ multimodalsim_viewer/models/leg.py,sha256=cOzzLU8eb_G3bIU0q2thKkGdS0upwp9x5_iWxpHuWY4,6722
8
+ multimodalsim_viewer/models/passenger.py,sha256=jI8A3sZy8hCPeQc9d7adew7_JBF1bab6ygYW-FmCtEc,5444
9
+ multimodalsim_viewer/models/serializable.py,sha256=96Ig7FJ-xBIsKK_8QNLYFqP_k8_syUpimuBuCSP-P3M,1356
10
+ multimodalsim_viewer/models/simulation_information.py,sha256=K-uCXznvUKmFDN8EFwacOZ5fepd_yGRy6Gy15KMeGu0,3083
11
+ multimodalsim_viewer/models/state.py,sha256=pxdWLSjuQrKFcRJWxeV_Gq2Q60b8OBiXgoE1EX4yHAk,1471
12
+ multimodalsim_viewer/models/stop.py,sha256=yWpBUazadG18ATu8c5J7SHWvMk4xbeFmqbpM-Zh-rfE,3520
13
+ multimodalsim_viewer/models/update.py,sha256=45VYet6C1IKyuiK3V5tSsvHDMXXSvP1GbjxkVKvbCWE,23749
14
+ multimodalsim_viewer/models/vehicle.py,sha256=hY8IidvDyi9wnuTKDIcDTy4g_RGq4uOli_RgOxNIKns,5427
15
+ multimodalsim_viewer/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ multimodalsim_viewer/server/data_collector.py,sha256=s4fQXSVi0x8fD2iqIkrxxVet1K-mCKMCIVNoW6R61Jo,25073
17
+ multimodalsim_viewer/server/data_manager.py,sha256=qrxwQMO7D917akY9dyVcqsATOw-7yWMxapHbTE-mw5w,22619
18
+ multimodalsim_viewer/server/http_routes.py,sha256=wQtz2aNjbpmumjhGSNAh6JW_56WgrBYHedMbQP8wdzU,4606
19
+ multimodalsim_viewer/server/log_manager.py,sha256=W1zt7MvOzz-xbGd1hd4amrpxZa00RhMGDyyPoYq1LCI,422
20
+ multimodalsim_viewer/server/scripts.py,sha256=EIKnhj1bm2k_TSbn3viyoolQaTjCXscHJZ413YcX2rQ,4373
21
+ multimodalsim_viewer/server/server.py,sha256=MVFtK-3-C6IkRpOvA-FWNtLKmqBVHhe80eWv4SJrMis,7387
22
+ multimodalsim_viewer/server/simulation.py,sha256=m7P7EiSwQ0hOgGEcjbUJBKhGXE8jQKfrhuAHD8BeboU,5438
23
+ multimodalsim_viewer/server/simulation_manager.py,sha256=uHXzsfdhYDRTcFPeuwFXzAGkW9cdheTFHwLDSvJ4qMc,19379
24
+ multimodalsim_viewer/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
+ multimodalsim_viewer/ui/angular_app.py,sha256=8vd6LGD9vpIGpMHf15aDO0zxc0wwfMjpTbtQl-MCrdk,969
26
+ multimodalsim_viewer/ui/static/chunk-BQ2VC5TN.js,sha256=6OolgXcnxMXYwv0csCcDnxZmYqQfcKsOmqO_LZUYY4k,194688
27
+ multimodalsim_viewer/ui/static/chunk-RHGMGEGM.js,sha256=1Yp0TZIUlhniiAd1QW3EYatF12szdxK63gk00aCxT_Q,63959
28
+ multimodalsim_viewer/ui/static/environment.json,sha256=16XhmUDYFO2RtIVweBgxXnVqgzPizCudpBJuz4BQydU,247
29
+ multimodalsim_viewer/ui/static/favicon.ico,sha256=OzmV_ISAyxA4F_ZMhF7sJmsSrrgcqgPTV-OmtquVJFg,15086
30
+ multimodalsim_viewer/ui/static/index.html,sha256=nOijWr1u7m--rik7vYRJTvmVh_f8vtvr2txRr96Q7HI,23777
31
+ multimodalsim_viewer/ui/static/main-EAYQBWLP.js,sha256=nW_LMNS11hu_cJDGUrW99WOJwt2PNv2ET5gdCnnenuA,4064454
32
+ multimodalsim_viewer/ui/static/polyfills-FFHMD2TL.js,sha256=adzqBFZD3Q3pmKPNDMu7RrRr_yZRqHpWxzwo6yCOj5g,34519
33
+ multimodalsim_viewer/ui/static/styles-257KETL3.css,sha256=hiLmV7o8zBG5rBaH1TDlAcKz7T5zejSNcuSiokGieWs,18391
34
+ multimodalsim_viewer/ui/static/bitmap-fonts/custom-sans-serif.png,sha256=I5wWFCF0mYi_-EAFfDu0cNkXage5L_lE4c15sOHSXPc,161788
35
+ multimodalsim_viewer/ui/static/bitmap-fonts/custom-sans-serif.xml,sha256=9_YrP9NIhDIf2ZesEn1TrTLPovhDH81YCAdAsc_IO60,11469
36
+ multimodalsim_viewer/ui/static/images/control-bar.png,sha256=R_utf7br4IBt4YK3-5OgviHGn5fJQXCDWet286ieZ9M,10499
37
+ multimodalsim_viewer/ui/static/images/passenger.png,sha256=EcbWc0oex4Ous844rF4PVkuPXZ4Kqa-R8dUfjuz5uQo,1150
38
+ multimodalsim_viewer/ui/static/images/simulation-control-bar.png,sha256=ufTiWprNPEPKBeJJ_n6n4VOuAoSKoud1BTUkhSLoHZA,10851
39
+ multimodalsim_viewer/ui/static/images/stop.png,sha256=3MY4lbzK0RvwZaP7x_BGwrOIUCNdBwS4I8AQAeov9xc,210
40
+ multimodalsim_viewer/ui/static/images/undefined-texture.png,sha256=g8toRAYy4Ydw2Tb2DTpQytuFgoYcU626rY--nKFn_-4,741
41
+ multimodalsim_viewer/ui/static/images/vehicle.png,sha256=hvAVctf2BZV5tk8dBQdm_mXNDHecqzBEUMs30I5UAzs,2110
42
+ multimodalsim_viewer/ui/static/images/zoomed-out-passenger.png,sha256=-biswzpx4dM03pBByEUSIoZXfjY3PN-X3kjM7QfPr80,1139
43
+ multimodalsim_viewer/ui/static/images/zoomed-out-stop.png,sha256=3MY4lbzK0RvwZaP7x_BGwrOIUCNdBwS4I8AQAeov9xc,210
44
+ multimodalsim_viewer/ui/static/images/zoomed-out-vehicle.png,sha256=wlDewyKNqyuND86ntlKsBw76AkAh2zvBbauoshgvUWE,726
45
+ multimodalsim_viewer/ui/static/media/layers-2x-TBM42ERR.png,sha256=Bm2sqFDY_77wB68AsG6sABVyje4nnFHzy2xxbffELt8,1259
46
+ multimodalsim_viewer/ui/static/media/layers-55W3Q4RM.png,sha256=Hbvp0CjikvNvy6j4s6KNXokydU_CIVuaxp5M3s9RB8Y,696
47
+ multimodalsim_viewer/ui/static/media/marker-icon-2V3QKKVC.png,sha256=V0w6XMqF9BFAhbaEFZbWLwDXyJLHsD8oy_owHesdxDc,1466
48
+ multimodalsim_viewer/ui/static/scripts/load-environment.script.js,sha256=ay2wt0D399I9VShQqVSk8V28WUam6YOh0adzjUx_-Tc,570
49
+ multimodalsim_viewer-0.1.0.0.dist-info/METADATA,sha256=vlESNAw6v3j2KHj4uQlpslk3zG8NLeLtHgDmklmAhL4,2461
50
+ multimodalsim_viewer-0.1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
51
+ multimodalsim_viewer-0.1.0.0.dist-info/entry_points.txt,sha256=blQ4o4qaWElIhPZixzFJGBhd1dMvmwxTBVRgUQsxtxU,68
52
+ multimodalsim_viewer-0.1.0.0.dist-info/top_level.txt,sha256=7ovQlFmAuzA77huQNw9LlSk2Ei9UCLrLes5rHXoMTMQ,21
53
+ multimodalsim_viewer-0.1.0.0.dist-info/RECORD,,