@@ -8,7 +8,7 @@ Open Source Framework for Robotics and Creative Machine Control
88
99* Project Website http://myrobotlab.org
1010* Project Discord https://discord.gg/AfScp5x8r5
11- * Latest Build [ Nixie 1.1.(Latest)] ( http ://build.myrobotlab.org:8080/job /myrobotlab/job/develop/lastSuccessfulBuild/artifact/target /myrobotlab.zip)
11+ * Latest Build [ Nixie 1.1.(Latest)] ( https ://github.com/MyRobotLab /myrobotlab/releases/latest/download /myrobotlab.zip)
1212* Latest Javadocs [ Javdocs] ( http://build.myrobotlab.org:8080/job/myrobotlab/job/develop/lastSuccessfulBuild/artifact/target/site/apidocs/org/myrobotlab/service/package-summary.html )
1313
1414## Base Requirements
@@ -18,9 +18,7 @@ You will need Java 11 or newer. If you are only running MyRobotLab you need the
1818## Download the myrobotlab.jar
1919Download
2020
21- latest [ Nixie 1.1.X] ( http://build.myrobotlab.org:8080/job/myrobotlab/job/develop/lastSuccessfulBuild/artifact/target/myrobotlab.zip )
22-
23- stable [ Manticore 1.0.2693] ( https://github.com/MyRobotLab/myrobotlab/releases/tag/1.0.2693 )
21+ latest [ Nixie 1.1.X] ( https://github.com/MyRobotLab/myrobotlab/releases/latest/download/myrobotlab.zip )
2422
2523## Running MyRobotLab
2624
@@ -99,26 +97,25 @@ Enjoy the code review, address issues and concern in the code review
9997Reviewer merges pull request to develop.
10098Reviewer deletes branch.
10199
102-
103100The following config should be useful to work directly on WebGui UI and
104- InMoov2 UI if the repos are checked out at the same level
101+ InMoov2 UI if the repos are submoduled under
102+ src/main/resources/resource/InMoov2,
103+ src/main/resources/resource/ProgramAB
105104``` yml
106105!!org.myrobotlab.service.config.WebGuiConfig
107- autoStartBrowser : true
106+ autoStartBrowser : false
108107enableMdns : false
109108listeners : null
110109peers : null
111110port : 8888
112111resources :
113112 # these are the only two in usual runtime
114- - ./resource/WebGui/app
115- - ./resource
113+ # - ./resource/WebGui/app
114+ # - ./resource
116115 # the rest are useful when doing dev
117- - ../InMoov2/resource/WebGui/app
118116- ./src/main/resources/resource/WebGui/app
119- - ./src/main/resources/resource/WebGui
117+ - ./src/main/resources/resource/InMoov2/peers/ WebGui/app
120118- ./src/main/resources/resource
121- - ./src/main/resources
122119type : WebGui
123120` ` `
124121` ` ` yml
@@ -134,7 +131,7 @@ registry:
134131- security
135132- webgui
136133- python
137- resource : src/main/resources/resource
134+ resource : ./ src/main/resources/resource
138135type : Runtime
139136virtual : false
140137` ` `
0 commit comments