Skip to content

Commit

Permalink
Update setup_env.js
Browse files Browse the repository at this point in the history
  • Loading branch information
omichel authored Dec 18, 2023
1 parent 04311f8 commit 7fb563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section2/3SortCans/setup_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function create(container) {
webotsView.showIde = false;
webotsView.showRobotWindow = false;
webotsView.onready = onConnect;
webotsView.connect('https://simulation.webots.cloud:8443/1998/session?url=https://github.com/cyberbotics/syllabus/tree/main/section2/3SortCans/worlds/industrial_example.wbt', undefined, undefined, undefined, 300);
webotsView.connect('https://simulation.webots.cloud/1998/session?url=https://github.com/cyberbotics/syllabus/tree/main/section2/3SortCans/worlds/industrial_example.wbt', undefined, undefined, undefined, 300);
}
container.getElement().html(webotsView);
}
Expand Down

0 comments on commit 7fb563b

Please sign in to comment.