mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- use `gazebo-classic` everywhere consistently referring to the original Gazebo (eg version 9,10,11) - additional `gazebo_*` helper targets added for compatibility, but warn about deprecation and tell you the new target naming - use `gz` everywhere when referring to Gazebo (aka Ignition Gazebo or new Gazebo)
16 lines
292 B
Bash
16 lines
292 B
Bash
#!/bin/sh
|
|
#
|
|
# @name PX4Vision SITL
|
|
# Holybro px4vision. Gazebo Only.
|
|
#
|
|
# @type Quadrotor
|
|
#
|
|
|
|
. ${R}etc/init.d/airframes/4016_holybro_px4vision
|
|
|
|
param set-default PWM_MAIN_FUNC1 101
|
|
param set-default PWM_MAIN_FUNC2 102
|
|
param set-default PWM_MAIN_FUNC3 103
|
|
param set-default PWM_MAIN_FUNC4 104
|
|
|