We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8d612 commit e2c43a8Copy full SHA for e2c43a8
1 file changed
scripts/install_software.sh
@@ -55,7 +55,7 @@ echo "--- Installing Clover's Python dependencies"
55
sudo -E sh -c '/usr/bin/python3 -m pip install -r ~/catkin_ws/src/clover/clover/requirements.txt'
56
57
echo "--- Downloading PX4"
58
-git clone --recursive --depth 1 --branch v1.13.2 https://github.com/PX4/PX4-Autopilot.git ~/PX4-Autopilot
+git clone --recursive --depth 1 --branch v1.13.3 https://github.com/PX4/PX4-Autopilot.git ~/PX4-Autopilot
59
ln -s ~/PX4-Autopilot ~/catkin_ws/src/
60
ln -s ~/PX4-Autopilot/Tools/sitl_gazebo ~/catkin_ws/src/
61
0 commit comments