mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
scripts: Don't build Gazebo plugins from PX4
This commit is contained in:
@@ -27,10 +27,9 @@ echo "${PASSWROD}" | sudo -E -S sed -i -e '/^assistive_technologies=/s/^/#/' /et
|
||||
|
||||
echo "--- Prebuilding PX4 SITL configuration"
|
||||
make -C /home/clever/Firmware px4_sitl
|
||||
echo "--- Patching and building gazebo plugins for SITL"
|
||||
echo "--- Patching gazebo plugins for SITL"
|
||||
sed -i 's/TRUE/true/g' /home/clever/Firmware/Tools/sitl_gazebo/include/gazebo_opticalflow_plugin.h
|
||||
echo 'export SVGA_VGPU10=0' >> /home/clever/Firmware/Tools/setup_gazebo.bash
|
||||
make -C /home/clever/Firmware px4_sitl sitl_gazebo
|
||||
|
||||
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
|
||||
echo "source /home/clever/catkin_ws/devel/setup.bash" >> ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user