Skip to content

Commit

Permalink
Modified url
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopaniego committed Oct 6, 2023
1 parent aaaaaef commit 590dfa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .docker/noetic/Dockerfile-cuda11
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .docker/noetic/Dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590dfa6

Please sign in to comment.