***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LVA Mobile Robotics
WS2024
Project root
Commits
9a09699e
Commit
9a09699e
authored
10 months ago
by
Bader, Markus
Browse files
Options
Downloads
Patches
Plain Diff
camera libs added
parent
aaf9b9b0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.devcontainer/Dockerfile
+2
-0
2 additions, 0 deletions
.devcontainer/Dockerfile
.devcontainer/Dockerfile-base
+2
-1
2 additions, 1 deletion
.devcontainer/Dockerfile-base
.devcontainer/Dockerfile-pioneer
+8
-2
8 additions, 2 deletions
.devcontainer/Dockerfile-pioneer
with
12 additions
and
3 deletions
.devcontainer/Dockerfile
+
2
−
0
View file @
9a09699e
...
@@ -21,6 +21,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
...
@@ -21,6 +21,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
&& chmod 0440 /etc/sudoers.d/$USERNAME
RUN
usermod
-a
-G
dialout
$USERNAME
RUN
usermod
-a
-G
dialout
$USERNAME
RUN
usermod
-a
-G
tty
$USERNAME
RUN
usermod
-a
-G
video
$USERNAME
RUN
mkdir
/home/
$USERNAME
/projects
\
RUN
mkdir
/home/
$USERNAME
/projects
\
&&
chown
-R
$USERNAME
:
$USERNAME
/home/
$USERNAME
/projects
&&
chown
-R
$USERNAME
:
$USERNAME
/home/
$USERNAME
/projects
RUN
apt-get update
&&
apt-get upgrade
-y
RUN
apt-get update
&&
apt-get upgrade
-y
...
...
This diff is collapsed.
Click to expand it.
.devcontainer/Dockerfile-base
+
2
−
1
View file @
9a09699e
...
@@ -54,7 +54,8 @@ RUN apt-get install -y \
...
@@ -54,7 +54,8 @@ RUN apt-get install -y \
ros-$ROS_DISTRO-xacro \
ros-$ROS_DISTRO-xacro \
ros-$ROS_DISTRO-rqt-gui \
ros-$ROS_DISTRO-rqt-gui \
ros-$ROS_DISTRO-rqt-common-plugins \
ros-$ROS_DISTRO-rqt-common-plugins \
ros-$ROS_DISTRO-rqt-tf-tree
ros-$ROS_DISTRO-rqt-tf-tree \
ros-$ROS_DISTRO-odom-to-tf-ros2
# install python pip
# install python pip
RUN apt-get install -y \
RUN apt-get install -y \
...
...
This diff is collapsed.
Click to expand it.
.devcontainer/Dockerfile-pioneer
+
8
−
2
View file @
9a09699e
...
@@ -3,11 +3,17 @@ FROM $ROOT_CONTAINER
...
@@ -3,11 +3,17 @@ FROM $ROOT_CONTAINER
# for pioneer
# for pioneer
RUN apt-get install -y \
RUN apt-get
update && apt-get upgrade -y && apt-get
install -y \
ros-$ROS_DISTRO-urg-node \
ros-$ROS_DISTRO-urg-node \
ros-$ROS_DISTRO-xacro \
ros-$ROS_DISTRO-xacro \
ros-$ROS_DISTRO-joint-state-publisher \
ros-$ROS_DISTRO-joint-state-publisher \
joystick
ros-$ROS_DISTRO-usb-cam \
ros-$ROS_DISTRO-camera-info-manager \
ros-$ROS_DISTRO-camera-calibration-parsers \
ros-$ROS_DISTRO-launch-testing-ament-cmake \
ros-$ROS_DISTRO-image-pipeline \
ros-$ROS_DISTRO-image-proc \
joystick
ARG REPO_URL=https://github.com/reedhedges/AriaCoda.git
ARG REPO_URL=https://github.com/reedhedges/AriaCoda.git
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment