We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5eb99 commit c1bce4aCopy full SHA for c1bce4a
extras/ros-jazzy-gz-harmonic-install.sh
@@ -99,7 +99,9 @@ sudo apt update && apt install -y \
99
ros-$DIST-ros-gz
100
101
echo
102
+echo -e "\033[32m============================================================\033[0m"
103
echo -e "\033[32mROS-Gazebo Framework Installation completed. Awesome! 🤘🚀 \033[0m"
104
echo -e "Following command will set-up ROS environment variables to run it"
105
echo -e "\033[95msource /opt/ros/jazzy/setup.bash\033[0m"
106
echo -e "You may check ROS, and Gazebo version installed with \033[33mprintenv ROS_DISTRO\033[0m and \033[33mecho \$GZ_VERSION\033[0m"
107
+echo
0 commit comments