Skip to content

Commit

Permalink
Install script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horverno committed Oct 25, 2024
1 parent d06542d commit 04c6240
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions useful/install_jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ echo "#### ADDED BY INSTALL SCRIPT wget https://raw.githubusercontent.com/robotv
echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc
echo "export RCUTILS_COLORIZED_OUTPUT=1" >> ~/.bashrc
echo "# export ROS_DOMAIN_ID="$(( $RANDOM % 100 + 1 )) >> ~/.bashrc
echo "my_ip=$(ip a | grep 192. | awk '{print $2}' | cut -d'/' -f1 | head -n 1)" >> ~/.bashrc
echo "# echo -e "robo_ | \e[44m$my_ip\e[0m | TODO: color "
# echo "my_ip=$(ip a | grep 192. | awk '{print $2}' | cut -d'/' -f1 | head -n 1)" >> ~/.bashrc
# echo "# echo -e "robo_ | \e[44m$my_ip\e[0m | TODO: color "
echo "echo -e "wheeltec || TODO: color and udev rules"" >> ~/.bashrc

echo "source /usr/share/colcon_cd/function/colcon_cd.sh" >> ~/.bashrc
echo "export _colcon_cd_root=/opt/ros/jazzy/" >> ~/.bashrc
Expand All @@ -63,6 +63,8 @@ echo ""
echo "++++ create workspace ++++"
echo ""

cd ~
wget https://raw.githubusercontent.com/jkk-research/jkk_utils/ros2/.bash_aliases

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
Expand Down

0 comments on commit 04c6240

Please sign in to comment.