Skip to content

Commit 404b893

Browse files
committed
minor fixes
1 parent aed9530 commit 404b893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gz_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ VIRTUAL_ENV_ROOT_DEFAULT=".ros2_venv" # you may change with option -v
2323
usage() {
2424
echo "Usage: [-r ROS_INSTALL_ROOT_DEFAULT] [-d GZ_INSTALL_ROOT_DEFAULT] [-v VIRTUAL_ENV_ROOT_DEFAULT] [-h]"
2525
echo " -r Set the ROS installation root directory (default: $ROS_INSTALL_ROOT_DEFAULT)"
26-
echo " -d Set the Python Virtual Environment directory (default: $GZ_INSTALL_ROOT_DEFAULT)"
26+
echo " -d Set the Gazebo installation root directory (default: $GZ_INSTALL_ROOT_DEFAULT)"
2727
echo " -v Set the Python Virtual Environment directory (default: $VIRTUAL_ENV_ROOT_DEFAULT)"
2828
exit 1
2929
}

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
################################################################################
3-
########### ROS2 Jazzy Installation Script for MacOS (Apple Silicon) ###########
3+
######### ROS2 Jazzy Gazebo Harmonic Install for MacOS (Apple Silicon) #########
44
################################################################################
55
# Author: Choi Woen-Sug (GithubID: woensug-choi)
66
# First Created: 2024.6.15

0 commit comments

Comments
 (0)