From 404b8931853a8446aad6e15132b3fcc3a511393f Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Tue, 18 Jun 2024 14:24:02 +0900 Subject: [PATCH] minor fixes --- gz_install.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gz_install.sh b/gz_install.sh index 13ab616..ed11cd4 100755 --- a/gz_install.sh +++ b/gz_install.sh @@ -23,7 +23,7 @@ VIRTUAL_ENV_ROOT_DEFAULT=".ros2_venv" # you may change with option -v usage() { echo "Usage: [-r ROS_INSTALL_ROOT_DEFAULT] [-d GZ_INSTALL_ROOT_DEFAULT] [-v VIRTUAL_ENV_ROOT_DEFAULT] [-h]" echo " -r Set the ROS installation root directory (default: $ROS_INSTALL_ROOT_DEFAULT)" - echo " -d Set the Python Virtual Environment directory (default: $GZ_INSTALL_ROOT_DEFAULT)" + echo " -d Set the Gazebo installation root directory (default: $GZ_INSTALL_ROOT_DEFAULT)" echo " -v Set the Python Virtual Environment directory (default: $VIRTUAL_ENV_ROOT_DEFAULT)" exit 1 } diff --git a/install.sh b/install.sh index 5782f8d..a2eae6a 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################################################################ -########### ROS2 Jazzy Installation Script for MacOS (Apple Silicon) ########### +######### ROS2 Jazzy Gazebo Harmonic Install for MacOS (Apple Silicon) ######### ################################################################################ # Author: Choi Woen-Sug (GithubID: woensug-choi) # First Created: 2024.6.15