Skip to content

Commit

Permalink
Fix sitl_gazebo patch name
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 10, 2022
1 parent ad2a6cb commit bf0aff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sudo -E sh -c 'apt-get install -y ant openjdk-11-jdk' # Additional packages for
echo "--- Patching mavlink_sitl_gazebo"
# See https://github.com/PX4/PX4-SITL_gazebo/pull/872
cd ~/PX4-Autopilot/Tools/sitl_gazebo
patch -p1 < /tmp/patches/mavlink_sitl_gazebo.patch
patch -p1 < /tmp/patches/sitl_gazebo.patch

echo "--- Addding Gazebo initialization to bashrc"
echo "source /usr/share/gazebo/setup.sh" >> ~/.bashrc
Expand Down

0 comments on commit bf0aff7

Please sign in to comment.