mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 06:50:34 +08:00
Adding new follow target navigation and main states. New follow target
topic added. New follow fsm added to the navigator
This commit is contained in:
committed by
Lorenz Meier
parent
fc061ea94d
commit
bbc8eaefd7
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
|
||||
* Copyright (c) 2012-2016 PX4 Development Team. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@@ -285,3 +285,6 @@ ORB_DEFINE(qshell_req, struct qshell_req_s);
|
||||
|
||||
#include "topics/mavlink_log.h"
|
||||
ORB_DEFINE(mavlink_log, struct mavlink_log_s);
|
||||
|
||||
#include "topics/follow_target.h"
|
||||
ORB_DEFINE(follow_target, struct follow_target_s);
|
||||
|
||||
Reference in New Issue
Block a user