File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key C1CF
5
5
sudo apt-get update
6
6
sudo apt-get upgrade -y
7
7
sudo apt install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake libboost-all-dev
8
+ pip install empy
8
9
sudo rosdep init
9
10
rosdep update
10
11
mkdir -p ~ /ros_catkin_ws
@@ -17,4 +18,4 @@ git clone https://github.com/ros/rosbag_migration_rule
17
18
cd ~ /ros_catkin_ws
18
19
rosdep install -y --from-paths src --ignore-src --rosdistro melodic -r --os=debian:buster
19
20
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
You can’t perform that action at this time.
0 commit comments