ROS-Dynamic-Executor-Experi.../Dockerfile
2025-03-22 19:42:17 -04:00

5 lines
143 B
Docker

FROM osrf/ros:foxy-desktop
RUN apt update && apt install -y ninja-build clang-18
RUN echo "source /opt/ros/foxy/setup.bash" >> /root/.bashrc