Skip to content

Commit f1d3cea

Browse files
committed
msg update
1 parent 31fa650 commit f1d3cea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gz_install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,11 @@ echo
295295
echo "To activate the new ROS2 Jazzy - Gazebo Harmonic framework, run the following command:"
296296
echo -e "\033[32msource $HOME/$VIRTUAL_ENV_ROOT/activate_ros\033[0m"
297297
echo -e "\nThen, try '\033[32mros2\033[0m' or '\033[32mrviz2\033[0m' in the terminal to start ROS2 Jazzy."
298-
echo -e "\nTo test gazebo, \033[31mrun following commands separately in two termianls (one for server(-s) and one for gui(-g))"
299-
echo -e "(IMPORTANT, both terminals should have \033[0msource $HOME/$VIRTUAL_ENV_ROOT/activate_ros\033[31m activated)\033[0m"
300-
echo -e '\033[32m gz sim shapes.sdf -s \033[0m'
301-
echo -e '\033[32m gz sim -g \033[0m'
298+
echo -e "\nTo test gazebo, \033[33mrun following commands separately in two termianls (one for server(-s) and one for gui(-g))"
299+
echo -e "\033[31m(IMPORTANT, both terminals should have \033[0m'source $HOME/$VIRTUAL_ENV_ROOT/activate_ros'\033[31m activated)\033[0m"
300+
# shellcheck disable=SC2016
301+
echo -e " [1st Terminal with ($VIRTUAL_ENV_ROOT)]\033[32m gz sim shapes.sdf -s \033[0m"
302+
echo -e " [2nd Terminal with ($VIRTUAL_ENV_ROOT)]\033[32m gz sim -g \033[0m"
302303
printf '\033[32m%.0s=\033[0m' {1..75} && echo
303304
echo "To make alias for fast start, run the following command to add to ~/.zprofile:"
304305
echo -e "\033[34mecho 'alias ros=\"source $HOME/$ROS_INSTALL_ROOT/activate_ros\"' >> ~/.zprofile && source ~/.zprofile\033[0m"

0 commit comments

Comments
 (0)