mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
delete mavlink v1.0 submodule
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,7 +1,3 @@
|
|||||||
[submodule "mavlink/include/mavlink/v1.0"]
|
|
||||||
path = mavlink/include/mavlink/v1.0
|
|
||||||
url = https://github.com/mavlink/c_library_v1.git
|
|
||||||
branch = master
|
|
||||||
[submodule "mavlink/include/mavlink/v2.0"]
|
[submodule "mavlink/include/mavlink/v2.0"]
|
||||||
path = mavlink/include/mavlink/v2.0
|
path = mavlink/include/mavlink/v2.0
|
||||||
url = https://github.com/mavlink/c_library_v2.git
|
url = https://github.com/mavlink/c_library_v2.git
|
||||||
|
|||||||
Submodule mavlink/include/mavlink/v1.0 deleted from 191029c482
@@ -31,8 +31,6 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
px4_add_git_submodule(TARGET git_mavlink_v1 PATH "${PX4_SOURCE_DIR}/mavlink/include/mavlink/v1.0")
|
|
||||||
|
|
||||||
px4_add_module(
|
px4_add_module(
|
||||||
MODULE drivers__pwm_out_rc_in
|
MODULE drivers__pwm_out_rc_in
|
||||||
MAIN pwm_out_rc_in
|
MAIN pwm_out_rc_in
|
||||||
@@ -43,7 +41,5 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
pwm_out_rc_in.cpp
|
pwm_out_rc_in.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_mavlink_v1
|
|
||||||
platforms__common
|
platforms__common
|
||||||
)
|
)
|
||||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
|
||||||
|
|||||||
@@ -51,9 +51,9 @@
|
|||||||
#include <systemlib/param/param.h>
|
#include <systemlib/param/param.h>
|
||||||
#include <systemlib/pwm_limit/pwm_limit.h>
|
#include <systemlib/pwm_limit/pwm_limit.h>
|
||||||
#include <dev_fs_lib_serial.h>
|
#include <dev_fs_lib_serial.h>
|
||||||
#include <v1.0/checksum.h>
|
#include <v2.0/checksum.h>
|
||||||
#include <v1.0/mavlink_types.h>
|
#include <v2.0/mavlink_types.h>
|
||||||
#include <v1.0/common/mavlink.h>
|
#include <v2.0/common/mavlink.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This driver is supposed to run on Snapdragon. It sends actuator_controls (PWM)
|
* This driver is supposed to run on Snapdragon. It sends actuator_controls (PWM)
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
px4_add_git_submodule(TARGET git_mavlink_v1 PATH "${PX4_SOURCE_DIR}/mavlink/include/mavlink/v1.0")
|
|
||||||
|
|
||||||
px4_add_module(
|
px4_add_module(
|
||||||
MODULE drivers__snapdragon_rc_pwm
|
MODULE drivers__snapdragon_rc_pwm
|
||||||
MAIN snapdragon_rc_pwm
|
MAIN snapdragon_rc_pwm
|
||||||
@@ -43,7 +41,5 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
snapdragon_rc_pwm.cpp
|
snapdragon_rc_pwm.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_mavlink_v1
|
|
||||||
platforms__common
|
platforms__common
|
||||||
)
|
)
|
||||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
|
||||||
|
|||||||
@@ -53,8 +53,8 @@
|
|||||||
#include <uORB/topics/input_rc.h>
|
#include <uORB/topics/input_rc.h>
|
||||||
#include <uORB/topics/actuator_controls.h>
|
#include <uORB/topics/actuator_controls.h>
|
||||||
|
|
||||||
#include <v1.0/mavlink_types.h>
|
#include <v2.0/mavlink_types.h>
|
||||||
#include <v1.0/common/mavlink.h>
|
#include <v2.0/common/mavlink.h>
|
||||||
|
|
||||||
#include "drivers/drv_pwm_output.h"
|
#include "drivers/drv_pwm_output.h"
|
||||||
#include <drivers/drv_hrt.h>
|
#include <drivers/drv_hrt.h>
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
px4_add_git_submodule(TARGET git_mavlink_v1 PATH "${PX4_SOURCE_DIR}/mavlink/include/mavlink/v1.0")
|
|
||||||
|
|
||||||
option(ENABLE_UART_RC_INPUT "Enable RC Input from UART mavlink connection" OFF)
|
option(ENABLE_UART_RC_INPUT "Enable RC Input from UART mavlink connection" OFF)
|
||||||
|
|
||||||
if(ENABLE_UART_RC_INPUT)
|
if(ENABLE_UART_RC_INPUT)
|
||||||
@@ -64,6 +62,6 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
${SIMULATOR_SRCS}
|
${SIMULATOR_SRCS}
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_mavlink_v1
|
git_mavlink_v2
|
||||||
platforms__common
|
platforms__common
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user