Skip to content

Commit 2562195

Browse files
authored
Update installros.sh
1 parent 484009d commit 2562195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installros.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key C1CF
55
sudo apt-get update
66
sudo apt-get upgrade -y
77
sudo apt install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake libboost-all-dev
8+
pip install empy
89
sudo rosdep init
910
rosdep update
1011
mkdir -p ~/ros_catkin_ws
@@ -17,4 +18,4 @@ git clone https://github.com/ros/rosbag_migration_rule
1718
cd ~/ros_catkin_ws
1819
rosdep install -y --from-paths src --ignore-src --rosdistro melodic -r --os=debian:buster
1920
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/melodic
20-
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
21+
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc

0 commit comments

Comments
 (0)