From 590dfa6e170ac270c61ca842ba5097b15cae8068 Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Fri, 6 Oct 2023 11:06:00 +0200 Subject: [PATCH] Modified url --- .docker/noetic/Dockerfile-cuda11 | 6 +++--- .docker/noetic/Dockerfile-gpu | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.docker/noetic/Dockerfile-cuda11 b/.docker/noetic/Dockerfile-cuda11 index b9b9acf8..0da5ffd3 100644 --- a/.docker/noetic/Dockerfile-cuda11 +++ b/.docker/noetic/Dockerfile-cuda11 @@ -53,9 +53,9 @@ RUN cd /root/ && \ 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 && \ +# 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 diff --git a/.docker/noetic/Dockerfile-gpu b/.docker/noetic/Dockerfile-gpu index 2975ef12..f120f307 100644 --- a/.docker/noetic/Dockerfile-gpu +++ b/.docker/noetic/Dockerfile-gpu @@ -55,9 +55,9 @@ RUN cd /root/ && \ 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 && \ +# 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