missim-cli 3.3.0__tar.gz → 3.5.0__tar.gz

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 (31) hide show
  1. {missim_cli-3.3.0 → missim_cli-3.5.0}/PKG-INFO +1 -1
  2. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.cache.yaml +7 -0
  3. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.dev.yaml +16 -0
  4. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.network-host.yaml +4 -0
  5. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.network-proxy.yaml +3 -0
  6. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.prod.yaml +3 -0
  7. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.yaml +14 -5
  8. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/base.py +4 -3
  9. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/PKG-INFO +1 -1
  10. {missim_cli-3.3.0 → missim_cli-3.5.0}/setup.cfg +1 -1
  11. {missim_cli-3.3.0 → missim_cli-3.5.0}/README.md +0 -0
  12. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/__init__.py +0 -0
  13. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/auth_helpers.py +0 -0
  14. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/banner.py +0 -0
  15. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/cli.py +0 -0
  16. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.gpu.yaml +0 -0
  17. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/docker/docker-compose.ue_editor_nas_cache.yaml +0 -0
  18. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/__init__.py +0 -0
  19. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/docker.py +0 -0
  20. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/git.py +0 -0
  21. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/image.py +0 -0
  22. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/groups/setup.py +0 -0
  23. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/helpers.py +0 -0
  24. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli/render_fbx.py +0 -0
  25. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/SOURCES.txt +0 -0
  26. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/dependency_links.txt +0 -0
  27. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/entry_points.txt +0 -0
  28. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/requires.txt +0 -0
  29. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/top_level.txt +0 -0
  30. {missim_cli-3.3.0 → missim_cli-3.5.0}/missim_cli.egg-info/zip-safe +0 -0
  31. {missim_cli-3.3.0 → missim_cli-3.5.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: missim_cli
3
- Version: 3.3.0
3
+ Version: 3.5.0
4
4
  Summary: A CLI for interacting with the MISSIM platform
5
5
  Home-page: https://github.com/Greenroom-Robotics/missim
6
6
  Author: Greenroom Robotics
@@ -19,3 +19,10 @@ services:
19
19
  - type=gha
20
20
  cache_to:
21
21
  - type=gha,mode=max
22
+
23
+ missim_docs:
24
+ build:
25
+ cache_from:
26
+ - type=gha
27
+ cache_to:
28
+ - type=gha,mode=max
@@ -42,6 +42,22 @@ services:
42
42
  secrets:
43
43
  - API_TOKEN_GITHUB
44
44
 
45
+ missim_docs:
46
+ build:
47
+ context: ./
48
+ dockerfile: projects/missim_docs/Dockerfile
49
+ secrets:
50
+ - API_TOKEN_GITHUB
51
+ volumes:
52
+ - ./projects/missim_docs/package.json:/app/package.json
53
+ - ./projects/missim_docs/package-lock.json:/app/package-lock.json
54
+ - ./projects/missim_docs/sidebars.js:/app/sidebars.js
55
+ - ./projects/missim_docs/docusaurus.config.js:/app/docusaurus.config.js
56
+ - ./projects/missim_docs/tsconfig.json:/app/tsconfig.json
57
+ - ./projects/missim_docs/static/img:/app/static/img
58
+ - ./docs:/app/docs
59
+ command: npm run start
60
+
45
61
  missim_ue:
46
62
  build:
47
63
  context: ./
@@ -4,3 +4,7 @@ services:
4
4
 
5
5
  missim_core:
6
6
  network_mode: host
7
+
8
+ missim_docs:
9
+ ports:
10
+ - "5010:3000"
@@ -10,3 +10,6 @@ services:
10
10
 
11
11
  missim_core:
12
12
  network_mode: host
13
+
14
+ missim_docs:
15
+ ports: []
@@ -14,3 +14,6 @@ services:
14
14
  missim_ue_pixel_streaming:
15
15
  restart: always
16
16
 
17
+ missim_docs:
18
+ restart: always
19
+
@@ -28,9 +28,14 @@ services:
28
28
  VITE_MISSIM_PROXY_ENABLED: ${MISSIM_PROXY_ENABLED:-false}
29
29
  stop_signal: SIGINT
30
30
 
31
+ missim_docs:
32
+ container_name: missim_docs
33
+ image: ghcr.io/greenroom-robotics/missim_docs:${MISSIM_VERSION:-latest}
34
+ stop_signal: SIGINT
35
+
31
36
  missim_chart_tiler:
32
37
  container_name: missim_chart_tiler
33
- image: ghcr.io/greenroom-robotics/chart_tiler:3.8.1
38
+ image: ghcr.io/greenroom-robotics/chart_tiler:3.10.1
34
39
  ports:
35
40
  - 5003:8080
36
41
  volumes:
@@ -41,7 +46,7 @@ services:
41
46
 
42
47
  missim_chart_api:
43
48
  container_name: missim_chart_api
44
- image: ghcr.io/greenroom-robotics/chart_api:3.8.1
49
+ image: ghcr.io/greenroom-robotics/chart_api:3.10.1
45
50
  ports:
46
51
  - "5006:8000"
47
52
  volumes:
@@ -90,12 +95,16 @@ services:
90
95
  - XDG_RUNTIME_DIR
91
96
  - QT_X11_NO_MITSHM=1
92
97
  - XAUTHORITY
93
- - SIM_ARGS=-WINDOWED -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=5004 -ResX=1920 -ResY=1080 -RenderOffscreen -ForceRes -ExecCmds="DisableAllScreenMessages" ABSLOG=/home/ue4/logs/unreal/unreal.log
98
+ - SIM_ARGS=-WINDOWED -AudioMixer -PixelStreamingIP=localhost
99
+ -PixelStreamingPort=5004 -ResX=1920 -ResY=1080 -RenderOffscreen
100
+ -ForceRes -ExecCmds="DisableAllScreenMessages"
101
+ ABSLOG=/home/ue4/logs/unreal/unreal.log
94
102
  - ROS_DOMAIN_ID
95
103
  - ROS_AUTOMATIC_DISCOVERY_RANGE
96
104
  - RMW_IMPLEMENTATION
97
105
  - ZENOH_CONFIG_OVERRIDE
98
- command: bash -c "mkdir -p /home/ue4/logs && ros2 launch /home/ue4/mis_sim/sim.launch.py"
106
+ command: bash -c "mkdir -p /home/ue4/logs && ros2 launch
107
+ /home/ue4/mis_sim/sim.launch.py"
99
108
  network_mode: host
100
109
 
101
110
  missim_ue_pixel_streaming:
@@ -104,7 +113,7 @@ services:
104
113
  profiles:
105
114
  - ue-editor
106
115
  - ue-standalone
107
- command: ["--nosudo", "--", "--https_redirect", "false"]
116
+ command: [ "--nosudo", "--", "--https_redirect", "false" ]
108
117
  network_mode: host
109
118
 
110
119
  missim_proxy:
@@ -39,6 +39,7 @@ DOCKER_GPU = docker_compose_path("./docker-compose.gpu.yaml")
39
39
  SERVICES = [
40
40
  "missim_ui",
41
41
  "missim_core",
42
+ "missim_docs",
42
43
  "missim_ue",
43
44
  "missim_ue_pixel_streaming",
44
45
  "missim_ue_standalone",
@@ -232,9 +233,8 @@ def build(mode: Mode | None, clean: bool, cache: bool, services: List[str]):
232
233
  ):
233
234
  click.echo("Building ue-standalone...")
234
235
 
235
- if clean:
236
- clean_command = """cd "${PROJECTS_HOME}/MissimProject" && ue4 clean && rm -rf dist"""
237
- docker_ue_editor.compose.run("missim_ue", ["bash", "-c", clean_command], remove=False)
236
+ clean_command = """cd "${PROJECTS_HOME}/MissimProject" && ue4 clean && rm -rf dist"""
237
+ docker_ue_editor.compose.run("missim_ue", ["bash", "-c", clean_command], remove=False)
238
238
 
239
239
  # run compile command first to build the Plugins for the Editor target
240
240
  compile.callback(clean=False) # type: ignore
@@ -715,6 +715,7 @@ def manifest(version: str): # type: ignore
715
715
  images = [
716
716
  "missim_ui",
717
717
  "missim_core",
718
+ "missim_docs",
718
719
  "missim_proxy",
719
720
  ]
720
721
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: missim_cli
3
- Version: 3.3.0
3
+ Version: 3.5.0
4
4
  Summary: A CLI for interacting with the MISSIM platform
5
5
  Home-page: https://github.com/Greenroom-Robotics/missim
6
6
  Author: Greenroom Robotics
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = missim_cli
3
- version = 3.3.0
3
+ version = 3.5.0
4
4
  url = https://github.com/Greenroom-Robotics/missim
5
5
  author = Greenroom Robotics
6
6
  author_email = team@greenroomrobotics.com
File without changes
File without changes
File without changes