File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,11 @@ echo
295295echo " To activate the new ROS2 Jazzy - Gazebo Harmonic framework, run the following command:"
296296echo -e " \033[32msource $HOME /$VIRTUAL_ENV_ROOT /activate_ros\033[0m"
297297echo -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"
302303printf ' \033[32m%.0s=\033[0m' {1..75} && echo
303304echo " To make alias for fast start, run the following command to add to ~/.zprofile:"
304305echo -e " \033[34mecho 'alias ros=\" source $HOME /$ROS_INSTALL_ROOT /activate_ros\" ' >> ~/.zprofile && source ~/.zprofile\033[0m"
You can’t perform that action at this time.
0 commit comments