Skip to content

Commit

Permalink
Docker: CER repo clone remote fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Landini <ettore.landini@iit.it>
  • Loading branch information
elandini84 committed Jul 23, 2024
1 parent 7a73ada commit bedeb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_stuff/docker_tourCore2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ENV navigation_DIR=${robotology_install_folder}/navigation/build
# CER
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
RUN git clone https://github.com/elandini84/cer.git -b fix/compatibility/yarp_master
RUN git clone https://github.com/robotology/cer.git
RUN cd cer && mkdir build && cd build && cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_cermod_cerDoubleLidar=ON \
Expand Down Expand Up @@ -252,7 +252,7 @@ ENV RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

RUN echo "#!/bin/bash" >> /home/user1/.entrypoint.sh
RUN echo "source /opt/ros/${ros_distro}/setup.bash" >> /home/user1/.entrypoint.sh
RUN echo "source ${robotology_install_folder}/yarp-devices-ros2/ros2_interfaces_ws/install/local_setup.bash" >> /home/user1/.entrypoint.sh
RUN echo "source ${robotology_install_folder}/yarp-devices-ros2/ros2_interfaces_ws/install/setup.bash" >> /home/user1/.entrypoint.sh
RUN echo "source ${robotology_install_folder}/tour-guide-robot/app/navigation2/scripts/evaluate_ip.sh" >> /home/user1/.entrypoint.sh
RUN echo 'exec "$@"' >> /home/user1/.entrypoint.sh
RUN chmod +x /home/user1/.entrypoint.sh
Expand Down

0 comments on commit bedeb0a

Please sign in to comment.