Skip to content

Commit b9b699d

Browse files
committed
Test source again
1 parent 9d2c7fc commit b9b699d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/manager/launcher/launcher_gzsim_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self, config_file, callback):
4343
# Starts xserver, x11vnc and novnc
4444
self.gz_vnc.start_vnc(self.display, self.internal_port, self.external_port)
4545
# Write display config and start gzclient
46-
gzclient_cmd = f"export DISPLAY={self.display}; {gzclient_config_cmds} gz sim -g -v4 --gui-config {config_file}"
46+
gzclient_cmd = f"source workspace/worlds/install/setup.bash;export DISPLAY={self.display}; {gzclient_config_cmds} gz sim -g -v4 --gui-config {config_file}"
4747

4848
gzclient_thread = DockerThread(gzclient_cmd)
4949
gzclient_thread.start()

0 commit comments

Comments
 (0)