Skip to content

Commit 3bd4476

Browse files
test
1 parent 77603ba commit 3bd4476

5 files changed

Lines changed: 31 additions & 8 deletions

File tree

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

turtlebot4-simulation/Dockerfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ ENV DEBIAN_FRONTEND=noninteractive \
1010
# Core ROS dependencies and build tools
1111
RUN 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 && \
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bind-addr: 127.0.0.1:8080
2+
auth: password
3+
password: 4e2a8d4e1ec8c7c269d5e6ec
4+
cert: false

turtlebot4-workspace/code-server/data/coder-logs/code-server-stderr.log

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)