Skip to content

Commit

Permalink
New test
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Landini <[email protected]>
  • Loading branch information
elandini84 committed Dec 18, 2024
1 parent 08d11df commit ea604f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker_stuff/docker_mng_vars.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UBUNTU_DEF="ubuntu:22.04"
UBUNTU_DEF="ubuntu:24.04"
CUDA_DEF="nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04"
ROS_DEF="iron"
ROS_DEF="jazzy"
YARP_DEF="master"
CUDA_SUFFIX="cuda.11.7.1-cudnn8"
UBUNTU_SUFFIX="ubuntu22.04"
Expand Down
2 changes: 1 addition & 1 deletion docker_stuff/docker_sim2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@ RUN echo 'exec "$@"' >> /home/user1/.entrypoint.sh
RUN chmod +x /home/user1/.entrypoint.sh

WORKDIR ${user1_home}/tour-guide-robot
RUN sudo updatedb
#RUN sudo updatedb
ENTRYPOINT [ "/home/user1/.entrypoint.sh" ]
CMD ["bash"]
2 changes: 1 addition & 1 deletion docker_stuff/docker_tourCore2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ RUN echo ". ${robotology_install_folder}/tour-guide-robot/app/navigation2/script
RUN echo 'exec "$@"' >> /home/user1/.entrypoint.sh
RUN chmod +x /home/user1/.entrypoint.sh
WORKDIR ${user1_home}
RUN sudo updatedb
#RUN sudo updatedb
# Change the lidar devices permissions inside the docker to be able to start the devices with yarprobotinterface
ENTRYPOINT [ "/home/user1/.entrypoint.sh" ]
CMD if [ -e /dev/ttyUSB0 ]; then sudo chown user1:user1 /dev/ttyUSB0 && sudo chown user1:user1 /dev/ttyUSB1; fi && bash

0 comments on commit ea604f3

Please sign in to comment.