Skip to content

Commit

Permalink
update install.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
zixinz990 authored Sep 27, 2024
1 parent 08b1920 commit 3046bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ sudo make install
# Install gram_savitzky_golay
cd /tmp
git clone https://github.com/arntanguy/gram_savitzky_golay.git
cd gram_savitzky_golay
git submodule init
git submodule update --recursive
mkdir build && cd build
Expand All @@ -83,4 +84,4 @@ sudo make install

# Install ROS-joy
cd ~
sudo apt-get install ros-noetic-joy -y
sudo apt-get install ros-noetic-joy -y

0 comments on commit 3046bfb

Please sign in to comment.