Skip to content

Commit 1823c9d

Browse files
authored
Merge branch 'ros2' into ros2-robot-utils
2 parents b3b4a3e + 8919443 commit 1823c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.hardware

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mkdir src && \
4444
install(TARGETS healthcheck_node DESTINATION lib/${PROJECT_NAME})' \
4545
/ros2_ws/src/healthcheck_pkg/CMakeLists.txt
4646

47-
COPY healthcheck.cpp src/healthcheck_pkg/src/
47+
COPY healthcheck.cpp src/healthcheck_pkg/src/
4848

4949
RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
5050
source /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && \
@@ -85,7 +85,7 @@ RUN git clone --depth 1 -b humble https://github.com/husarion/rosbot_ros.git src
8585
rm -rf build log
8686

8787
## =========================== Final Stage ===============================
88-
FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core
88+
FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core
8989

9090
ARG ROS_DISTRO
9191
ARG PREFIX
@@ -132,5 +132,5 @@ COPY print-serial-number.py /usr/bin/
132132

133133
ENV ROS_NAMESPACE=
134134

135-
HEALTHCHECK --interval=5s --timeout=2s --start-period=5s --retries=6 \
135+
HEALTHCHECK --interval=5s --timeout=2s --start-period=10s --retries=6 \
136136
CMD ["/healthcheck.sh"]

0 commit comments

Comments
 (0)