scripts: Re-enable patching sitl_gazebo

This commit is contained in:
Alexey Rogachevskiy
2020-10-26 09:40:44 +03:00
parent ed2e767748
commit dafebce445

View File

@@ -40,7 +40,7 @@ echo "--- Prebuilding PX4 SITL configuration"
make -C ${HOME}/Firmware px4_sitl
echo "--- Patching gazebo plugins for SITL"
cd ${HOME}/Firmware/Tools/sitl_gazebo
#patch -p1 < /tmp/patches/sitl_gazebo.patch
patch -p1 < /tmp/patches/sitl_gazebo.patch
echo 'export SVGA_VGPU10=0' >> ${HOME}/Firmware/Tools/setup_gazebo.bash
echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc