mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-09-02 04:03:13 +00:00
Remove Submodule & Fix Dockerfile
- Remove gazebo source submodule - Fix dockerfile to use sudo to install ariac3 package - Remove instructions related to submodule - Remove sourcing setup.bash in workspace from instructions
This commit is contained in:
@@ -36,14 +36,15 @@ RUN echo "export GAZEBO_PLUGIN_PATH=/home/rrrobot/rrrobot_src/lib:\$GAZEBO_PLUGI
|
||||
|
||||
USER rrrobot
|
||||
|
||||
# Install Gazebo Environment for Agile Robotics (GEAR)
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y \
|
||||
wget
|
||||
|
||||
RUN sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable bionic main" > /etc/apt/sources.list.d/gazebo-stable.list' && \
|
||||
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - && \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
sudo apt-get update && \
|
||||
sudo apt-get install -y \
|
||||
ariac3
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user