From 46b8287da5f944524f18e584b14af55243249de5 Mon Sep 17 00:00:00 2001 From: Daniel Smrcka Date: Mon, 20 Mar 2023 11:39:33 +0100 Subject: [PATCH] update ros version --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d4a23e9..5a06166 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -source /opt/ros/galactic/setup.bash +source /opt/ros/humble/setup.bash # make VNC port configurable (prepare for moving to a dedicated port) vnc_port="${VNC_PORT:=3000}"