We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aa268 commit c51ea06Copy full SHA for c51ea06
docker/Dockerfile.root.common
@@ -18,7 +18,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
18
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
19
&& chmod 0440 /etc/sudoers.d/$USERNAME
20
21
-RUN usermod -aG sudo ubuntu
+RUN usermod -aG sudo,dialout ubuntu
22
23
# install graphic interface
24
RUN apt-get install -y \
@@ -78,6 +78,7 @@ RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main"
78
ros-noetic-realsense2-camera \
79
ros-noetic-realsense2-description \
80
ros-noetic-gazebo-plugins \
81
+ ros-noetic-serial \
82
python3-catkin-tools \
83
python3-rosdep \
84
python3-vcstool \
0 commit comments