File tree Expand file tree Collapse file tree
turtlebot4-workspace/code-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,5 +84,7 @@ services:
8484 ipc : host
8585 volumes :
8686 - ./turtlebot4-workspace/workspace:/workspace:rw
87+ - ./turtlebot4-workspace/code-server/config:/root/.config/code-server:rw
88+ - ./turtlebot4-workspace/code-server/data:/root/.local/share/code-server:rw
8789 depends_on :
8890 - turtlebot4-discovery
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ ENV DEBIAN_FRONTEND=noninteractive \
1010# Core ROS dependencies and build tools
1111RUN apt-get update && \
1212 apt-get install -y --no-install-recommends \
13- git \
14- ros-dev-tools \
15- ros-jazzy-irobot-create-* \
16- ros-jazzy-rmw-fastrtps-cpp \
17- ros-jazzy-navigation2 \
18- ros-jazzy-nav2-bringup \
19- ros-jazzy-slam-toolbox \
20- curl && \
13+ git \
14+ ros-dev-tools \
15+ ros-jazzy-irobot-create-* \
16+ ros-jazzy-irobot-create-gz-bringup \
17+ ros-jazzy-rmw-fastrtps-cpp \
18+ ros-jazzy-navigation2 \
19+ ros-jazzy-nav2-bringup \
20+ ros-jazzy-slam-toolbox \
21+ curl && \
2122 curl https://packages.osrfoundation.org/gazebo.gpg --output /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg && \
2223 echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" > /etc/apt/sources.list.d/gazebo-stable.list && \
2324 apt-get update && \
Original file line number Diff line number Diff line change 1+ bind-addr : 127.0.0.1:8080
2+ auth : password
3+ password : 4e2a8d4e1ec8c7c269d5e6ec
4+ cert : false
Original file line number Diff line number Diff line change 1+ [2026-02-05T04:30:06.173Z] info code-server 4.91.0 fb3e3e1546d571e9973e86482bcd925c1918ec27
2+ [2026-02-05T04:30:06.173Z] info Using user-data-dir /root/.local/share/code-server
3+ [2026-02-05T04:30:06.184Z] info Using config file /root/.config/code-server/config.yaml
4+ [2026-02-05T04:30:06.184Z] info HTTP server listening on http://0.0.0.0:8080/
5+ [2026-02-05T04:30:06.184Z] info - Authentication is enabled
6+ [2026-02-05T04:30:06.184Z] info - Using password from $PASSWORD
7+ [2026-02-05T04:30:06.184Z] info - Not serving HTTPS
8+ [2026-02-05T04:30:06.184Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock
9+ [2026-02-05T04:30:46.469Z] info code-server 4.91.0 fb3e3e1546d571e9973e86482bcd925c1918ec27
10+ [2026-02-05T04:30:46.470Z] info Using user-data-dir /root/.local/share/code-server
11+ [2026-02-05T04:30:46.479Z] info Using config file /root/.config/code-server/config.yaml
12+ [2026-02-05T04:30:46.479Z] info HTTP server listening on http://0.0.0.0:8080/
13+ [2026-02-05T04:30:46.479Z] info - Authentication is enabled
14+ [2026-02-05T04:30:46.479Z] info - Using password from $PASSWORD
15+ [2026-02-05T04:30:46.479Z] info - Not serving HTTPS
16+ [2026-02-05T04:30:46.479Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock
You can’t perform that action at this time.
0 commit comments