Skip to content

Commit

Permalink
Merge pull request #641 from JdeRobot/issue-640
Browse files Browse the repository at this point in the history
Updated Dockerfile with new repo url
  • Loading branch information
sergiopaniego authored Oct 6, 2023
2 parents c3dfe47 + 590dfa6 commit 5bbb37e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .docker/noetic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ RUN pip install PyQt5==5.14.1 --upgrade --ignore-installed && \
RUN cd /root/ && \
git clone -b noetic-devel https://github.com/JdeRobot/BehaviorMetrics && \
cd BehaviorMetrics && \
pip3 install -r requirements.txt && \
#pip3 install -r requirements.txt && \
pip3 install --no-deps carla_birdeye_view==1.1.1 && \
pyrcc5 -o behavior_metrics/ui/gui/resources/resources.py \
behavior_metrics/ui/gui/resources/resources.qrc

# Installing CustomRobots
RUN git clone -b noetic-devel https://github.com/JdeRobot/CustomRobots && \
cd CustomRobots/f1 && mkdir build && cd build && \
/bin/bash -c "source /opt/ros/noetic/setup.bash; \
cmake .. && make && make install;" && \
echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc
# Installing RoboticsInfrastructure/CustomRobots
#RUN git clone -b noetic-devel https://github.com/JdeRobot/RoboticsInfrastructure && \
# cd RoboticsInfrastructure/CustomRobots/f1 && mkdir build && cd build && \
# /bin/bash -c "source /opt/ros/noetic/setup.bash; \
# cmake .. && make && make install;" && \
# echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc

RUN echo 'alias jl="DISPLAY=:0 jupyter lab --no-browser --ip 0.0.0.0 --port 8888 --allow-root &"' >> /root/.bashrc && \
echo "alias killgazebogym='killall -9 rosout roslaunch rosmaster gzserver nodelet robot_state_publisher gzclient'" >> ~/.bashrc && \
Expand Down
14 changes: 7 additions & 7 deletions .docker/noetic/Dockerfile-cuda11
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ RUN pip install PyQt5==5.14.1 --upgrade --ignore-installed && \
RUN cd /root/ && \
git clone -b noetic-devel https://github.com/JdeRobot/BehaviorMetrics && \
cd BehaviorMetrics && \
pip3 install -r requirements.txt && \
# pip3 install -r requirements.txt && \
pip3 install --no-deps carla_birdeye_view==1.1.1 && \
pyrcc5 -o behavior_metrics/ui/gui/resources/resources.py \
behavior_metrics/ui/gui/resources/resources.qrc

# Installing CustomRobots
RUN git clone -b noetic-devel https://github.com/JdeRobot/CustomRobots && \
cd CustomRobots/f1 && mkdir build && cd build && \
/bin/bash -c "source /opt/ros/noetic/setup.bash; \
cmake .. && make && make install;" && \
echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc
# Installing RoboticsInfrastructure/CustomRobots
#RUN git clone -b noetic-devel https://github.com/JdeRobot/RoboticsInfrastructure && \
# cd RoboticsInfrastructure/CustomRobots/f1 && mkdir build && cd build && \
# /bin/bash -c "source /opt/ros/noetic/setup.bash; \
# cmake .. && make && make install;" && \
# echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc

RUN echo 'alias jl="DISPLAY=:0 jupyter lab --no-browser --ip 0.0.0.0 --port 8888 --allow-root &"' >> /root/.bashrc && \
echo "alias killgazebogym='killall -9 rosout roslaunch rosmaster gzserver nodelet robot_state_publisher gzclient'" >> ~/.bashrc && \
Expand Down
14 changes: 7 additions & 7 deletions .docker/noetic/Dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ RUN pip install PyQt5==5.14.1 --upgrade --ignore-installed && \
RUN cd /root/ && \
git clone -b noetic-devel https://github.com/JdeRobot/BehaviorMetrics && \
cd BehaviorMetrics && \
pip3 install -r requirements.txt && \
# pip3 install -r requirements.txt && \
pip3 install --no-deps carla_birdeye_view==1.1.1 && \
pyrcc5 -o behavior_metrics/ui/gui/resources/resources.py \
behavior_metrics/ui/gui/resources/resources.qrc

# Installing CustomRobots
RUN git clone -b noetic-devel https://github.com/JdeRobot/CustomRobots && \
cd CustomRobots/f1 && mkdir build && cd build && \
/bin/bash -c "source /opt/ros/noetic/setup.bash; \
cmake .. && make && make install;" && \
echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc
# Installing RoboticsInfrastructure/CustomRobots
#RUN git clone -b noetic-devel https://github.com/JdeRobot/RoboticsInfrastructure && \
# cd RoboticsInfrastructure/CustomRobots/f1 && mkdir build && cd build && \
# /bin/bash -c "source /opt/ros/noetic/setup.bash; \
# cmake .. && make && make install;" && \
# echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc

RUN echo 'alias jl="DISPLAY=:0 jupyter lab --no-browser --ip 0.0.0.0 --port 8888 --allow-root &"' >> /root/.bashrc && \
echo "alias killgazebogym='killall -9 rosout roslaunch rosmaster gzserver nodelet robot_state_publisher gzclient'" >> ~/.bashrc && \
Expand Down

0 comments on commit 5bbb37e

Please sign in to comment.