# Рухомі засоби Gazebo Classic This topic lists/displays the vehicles supported by the PX4 [Gazebo Classic](../sim_gazebo_classic/index.md) simulation and the `make` commands required to run them (the commands are run from a terminal in the **PX4-Autopilot** directory). Типи рухомих засобів що підтримуються включають: мультиротори, ВЗІП, ВЗІП з хвоста, літак, ровер, підводний човен/підводний дрон. :::info The [Gazebo Classic](../sim_gazebo_classic/index.md) page shows how to install Gazebo Classic, how to enable video and load custom maps, and many other configuration options. ::: ## Мультикоптер ### Квадрокоптер (за замовчуванням) ```sh make px4_sitl gazebo-classic ``` ### Квадрокоптер з оптичним потоком ```sh make px4_sitl gazebo-classic_iris_opt_flow ``` ### Квадрокоптер з камерою глибини Ці моделі мають додану камеру глибини, змодельовану за зразком Intel® RealSense™ D455. _Forward-facing depth camera:_ ```sh make px4_sitl gazebo-classic_iris_depth_camera ``` _Downward-facing depth camera:_ ```sh make px4_sitl gazebo-classic_iris_downward_depth_camera ``` ### 3DR Solo (Квадрокоптер) ```sh make px4_sitl gazebo-classic_solo ``` ![3DR Solo in Gazebo Classic](../../assets/simulation/gazebo_classic/vehicles/solo.png) ### Typhoon H480 (Гексакоптер) ```sh make px4_sitl gazebo-classic_typhoon_h480 ``` ![Typhoon H480 in Gazebo Classic](../../assets/simulation/gazebo_classic/vehicles/typhoon.jpg) :::info This target also supports [video streaming simulation](../sim_gazebo_classic/index.md#video-streaming). ::: ## Літак/Фіксоване крило ### Стандартний літак ```sh make px4_sitl gazebo-classic_plane ``` ![Plane in Gazebo Classic](../../assets/simulation/gazebo_classic/vehicles/plane.png) #### Стандартний літак із запуском з катапульти ```sh make px4_sitl gazebo-classic_plane_catapult ``` This model simulates hand/catapult launch, which can be used for [fixed-wing takeoff](../flight_modes_fw/takeoff.md) in position mode, takeoff mode, or missions. Літак буде автоматично запущено як тільки засіб буде в стані готовності. ## VTOL ### Standard VTOL ```sh make px4_sitl gazebo-classic_standard_vtol ``` ![Standard VTOL in Gazebo Classic](../../assets/simulation/gazebo_classic/vehicles/standard_vtol.png) ### Тейлсіттер ```sh make px4_sitl gazebo-classic_tailsitter ``` ![Tailsitter VTOL in Gazebo Classic](../../assets/simulation/gazebo_classic/vehicles/tailsitter.png) ## Безпілотний підводний засіб(Підводний човен) ### HippoCampus TUHH ```sh make px4_sitl gazebo-classic_uuv_hippocampus ``` ![Submarine/UUV](../../assets/simulation/gazebo_classic/vehicles/hippocampus.png) ## Безпілотний надводний засіб (Човен) ### Човен ```sh make px4_sitl gazebo-classic_boat ``` ![Boat/USV](../../assets/simulation/gazebo_classic/vehicles/boat.png) ## Дирижабль ### Cloudship ```sh make px4_sitl gazebo-classic_cloudship ``` ![Airship](../../assets/simulation/gazebo_classic/vehicles/airship.png)