You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* switched robot and gcs containers back to using root user to avoid permision issues with sensors and ros shared memory
* added documentation for droan_gl
* switched robot and gcs containers back to using root user to avoid permision issues with sensors and ros shared memory
* added documentation for droan_gl
RUN git clone https://github.com/tmux-plugins/tpm /home/gcs/.tmux/plugins/tpm
38
-
39
-
40
-
WORKDIR /home/gcs/AirStack/gcs/ros_ws
41
-
# Make it so that files created within the container reflect the user's UID/GID so they don't have to change file permissions from root. See https://github.com/boxboat/fixuid
42
-
# need to give access to docker to access container name
43
-
# creates user "gcs" with UID 1000, home directory /home/gcs, and shell /bin/sh
Copy file name to clipboardExpand all lines: robot/docker/Dockerfile.robot
+2-45Lines changed: 2 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -203,55 +203,12 @@ RUN if [ "$SKIP_MACVO" != "true" ]; then pip uninstall matplotlib -y; fi
203
203
204
204
205
205
# TMux config
206
-
RUN git clone https://github.com/tmux-plugins/tpm /home/robot/.tmux/plugins/tpm
207
-
208
-
WORKDIR /home/robot/AirStack/robot/ros_ws
209
-
210
-
# Make it so that files created within the container reflect the user's UID/GID so they don't have to change file permissions from root. See https://github.com/boxboat/fixuid
211
-
# need to give access to docker to access container name
212
-
# creates user "robot" with UID 1000, home directory /home/robot, and shell /bin/bash
0 commit comments