Merge branch 'arm_control' into GEAR

This commit is contained in:
Derek Witcpalek
2020-04-16 20:59:12 -04:00
22 changed files with 1827 additions and 31 deletions

View File

@@ -17,6 +17,7 @@ RUN echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
RUN apt install -y python-rosdep
RUN rosdep init
RUN rosdep update
RUN apt-get install -y ros-melodic-pid
# user id 1000 should be the same as the host user, so that you can access files
# from inside the docker container and also on the host
RUN useradd -u 1000 rrrobot