Skip to content

Commit e2c43a8

Browse files
committed
Update PX4 to 1.13.3
1 parent 9a8d612 commit e2c43a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ echo "--- Installing Clover's Python dependencies"
5555
sudo -E sh -c '/usr/bin/python3 -m pip install -r ~/catkin_ws/src/clover/clover/requirements.txt'
5656

5757
echo "--- Downloading PX4"
58-
git clone --recursive --depth 1 --branch v1.13.2 https://github.com/PX4/PX4-Autopilot.git ~/PX4-Autopilot
58+
git clone --recursive --depth 1 --branch v1.13.3 https://github.com/PX4/PX4-Autopilot.git ~/PX4-Autopilot
5959
ln -s ~/PX4-Autopilot ~/catkin_ws/src/
6060
ln -s ~/PX4-Autopilot/Tools/sitl_gazebo ~/catkin_ws/src/
6161

0 commit comments

Comments
 (0)