Make gazebo command work from the terminal

This commit is contained in:
Oleg Kalachev
2021-07-29 21:17:03 +03:00
parent 4732c984aa
commit a85dce875a

View File

@@ -44,6 +44,8 @@ patch -p1 < /tmp/patches/sitl_gazebo.patch
echo 'export SVGA_VGPU10=0' >> ${HOME}/Firmware/Tools/setup_gazebo.bash
echo "source /usr/share/gazebo/setup.sh" >> ~/.bashrc
echo "export SVGA_VGPU10=0" >> ~/.bashrc
echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
echo "--- Installing Visual Studio Code"