Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Feb 16, 2024
1 parent 587af7f commit 80c0b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ ENV ROBOT_NAMESPACE=
HEALTHCHECK --interval=2s --timeout=1s --start-period=30s --retries=1 \
CMD ["/healthcheck.sh"]

# RUN sed -i "/# <additional-user-commands>/r /run_healthcheck_node.sh" /*_entrypoint.sh && \
# sed -i "/# <additional-user-commands>/d" /*_entrypoint.sh
RUN sed -i "/# <additional-user-commands>/r /run_healthcheck_node.sh" /*_entrypoint.sh && \
sed -i "/# <additional-user-commands>/d" /*_entrypoint.sh
2 changes: 1 addition & 1 deletion husarion_utils/rosbot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def launch_setup(context, *args, **kwargs):
# Include 'combined.launch.py' with forwarded arguments
combined_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource([
FindPackageShare('rosbot_xl_bringup'), 'launch/combined.launch.py'
FindPackageShare('rosbot_xl_bringup'), '/launch/combined.launch.py'
]),
launch_arguments={arg: LaunchConfiguration(arg) for arg in context.launch_configurations}.items()
)
Expand Down
2 changes: 1 addition & 1 deletion run_healthcheck_node.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source "/ros2_ws_healthcheck/install/setup.bash"
gosu $USER bash -c "ros2 run healthcheck_pkg healthcheck_node &"
# gosu $USER bash -c "ros2 run healthcheck_pkg healthcheck_node &"

0 comments on commit 80c0b7a

Please sign in to comment.