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