This commit is contained in:
Oleg Kalachev
2022-09-23 15:35:23 +03:00
parent 21cc47eecb
commit 1e8569b664

View File

@@ -64,7 +64,7 @@ python3 setup.py install
cd ~/ros_catkin_ws
echo "--- Resolve dependencies"
rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro $ROS_DISTRO -y --os=debian:$VERSION_CODENAME --skip-keys="python3-catkin-pkg python3-catkin-pkg-modules"
rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro $ROS_DISTRO -y --os=debian:$VERSION_CODENAME --skip-keys="python3-catkin-pkg python3-catkin-pkg-modules python3-rosdep-modules"
echo "--- Build ROS"
./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release