#!/bin/sh
# This is a script which can be run after launching the ROS processes.
# You can include a post-check of ROS processes in this post-launch file. 
# Non-zero exit status from script would cause robot deployment failure. 
# Use "deploymentScripts/post_launch_file.sh" as the postLaunchFile path.

echo Hello World, post-launch