Skip to content

Commit

Permalink
Install Catkin using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 6, 2024
1 parent 4b059f3 commit cf6f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-build-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apt-get install -y python3-distutils build-essential git python3-pip # python3-v

# install vcstool using pip
# curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && rm get-pip.py
pip3 install -U --break-system-packages vcstool rosdep rosinstall-generator
pip3 install -U --break-system-packages vcstool rosdep rosinstall-generator catkin-pkg

# sudo rosdep init
# rm /etc/ros/rosdep/sources.list.d/20-default.list
Expand Down

0 comments on commit cf6f8f3

Please sign in to comment.