Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 18, 2024
1 parent aed9530 commit 404b893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gz_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 404b893

Please sign in to comment.