mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
14 lines
491 B
Bash
Executable File
14 lines
491 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd Tools/simulation/gazebo-classic/sitl_gazebo-classic/src
|
|
patch < ../../../../../boards/modalai/voxl2/gazebo-docker/patch/mavlink_interface.patch
|
|
cd -
|
|
|
|
cd Tools/simulation/gazebo-classic/sitl_gazebo-classic/models/iris_hitl
|
|
patch < ../../../../../../boards/modalai/voxl2/gazebo-docker/patch/iris_hitl.patch
|
|
cd -
|
|
|
|
cd Tools/simulation/gazebo-classic/sitl_gazebo-classic/models/iris_vision
|
|
patch < ../../../../../../boards/modalai/voxl2/gazebo-docker/patch/iris_vision.patch
|
|
cd -
|