Randy Mackay
|
8dd301b0c2
|
Mission: set_current_cmd to use uint16
|
2014-03-19 12:11:06 +09:00 |
Randy Mackay
|
6bb05750e7
|
Copter: remove alt_in_cm from mavlink to cmd conversion
|
2014-03-19 12:11:04 +09:00 |
Randy Mackay
|
601cde2a32
|
Plane: remove alt_in_cm from mavlink to cmd conversion
|
2014-03-19 12:11:03 +09:00 |
Randy Mackay
|
a6e422333e
|
Mission: remove alt_in_cm from mavlink to cmd conversion
|
2014-03-19 12:11:01 +09:00 |
Randy Mackay
|
bc86a5043a
|
Plane: bug fix for relative alt
|
2014-03-19 12:11:00 +09:00 |
Randy Mackay
|
9446e9fd2e
|
Plane: integrate AP_Mission library
|
2014-03-19 12:10:58 +09:00 |
Randy Mackay
|
ddba6f5c19
|
Plane: mission integration into GCS_Mavlink.pde
|
2014-03-19 12:10:57 +09:00 |
Randy Mackay
|
97f09ab426
|
Plane: dataflash logging to use Mission command
|
2014-03-19 12:10:55 +09:00 |
Randy Mackay
|
fdaf3fc177
|
Plane: add AP_Mission object to parameter list
|
2014-03-19 12:10:54 +09:00 |
Randy Mackay
|
04166c1686
|
Copter: replace memset in GCS_Mavlink
|
2014-03-19 12:10:52 +09:00 |
Randy Mackay
|
efd4058e8b
|
AHRS: interate move of p1 from Location to mission cmd
|
2014-03-19 12:10:51 +09:00 |
Randy Mackay
|
5dd86bd7d7
|
Mission: update example sketch for p1's move to cmd structure
|
2014-03-19 12:10:49 +09:00 |
Randy Mackay
|
c3162f67e8
|
Copter: integrate move of p1 from Location to mission cmd
|
2014-03-19 12:10:48 +09:00 |
Randy Mackay
|
87126c9b71
|
Common: remove id and p1 from Location structure
id and p1 are now part of AP_Mission's Mission_Command structure
|
2014-03-19 12:10:46 +09:00 |
Randy Mackay
|
0dc3c9ab42
|
Mission: add p1 to command structure
mavlink_to_mission_cmd method extended to support plane including adding
parameter to allow the alt to be expressed in cm or meters
|
2014-03-19 12:10:45 +09:00 |
Randy Mackay
|
aade894014
|
Copter: integrate replace_cmd
|
2014-03-19 12:10:43 +09:00 |
Randy Mackay
|
4c0ae63169
|
Mission: example sketch test replace_cmd method
|
2014-03-19 12:10:42 +09:00 |
Randy Mackay
|
61cc5e6b72
|
Mission: add replace_cmd method
|
2014-03-19 12:10:40 +09:00 |
Randy Mackay
|
54c99d84ea
|
Copter: integrate AP_Mission set_current_cmd
|
2014-03-19 12:10:39 +09:00 |
Randy Mackay
|
ef21e32fbc
|
Mission: example sketch tests set current command
|
2014-03-19 12:10:37 +09:00 |
Randy Mackay
|
3cbbd4ebb9
|
Mission: add set current command method
|
2014-03-19 12:10:36 +09:00 |
Randy Mackay
|
36af34bf8b
|
Copter: send current wp as 65535 to GCS when mission complete
|
2014-03-19 12:10:34 +09:00 |
Randy Mackay
|
c7ffd2db90
|
Mission: reduce unnecessary search for do-commands
do_cmd_all_done flag is set after all do-commands are complete
|
2014-03-19 12:10:33 +09:00 |
Randy Mackay
|
0c92d60406
|
Mission: command index increase to int16
Once more eeprom space is allocated this will allow more than 255
commands
|
2014-03-19 12:10:31 +09:00 |
Randy Mackay
|
92738533fe
|
Copter: auto starts only when num cmds > 1
num_commands will be 1 when there is no mission because home counts as
the first command
|
2014-03-19 12:10:30 +09:00 |
Randy Mackay
|
85b979ede9
|
Mission: support do-jump num_times is -1
do-jump loops forever when num times is set to -1
|
2014-03-19 12:10:29 +09:00 |
Randy Mackay
|
c6c43847b6
|
Mission: example sketch tests set home command
|
2014-03-19 12:10:27 +09:00 |
Randy Mackay
|
f77b2af661
|
Copter: use common location options masks
|
2014-03-19 12:10:26 +09:00 |
Randy Mackay
|
070cbc9250
|
Copter: use Mission mav to cmd conversion methods
|
2014-03-19 12:10:24 +09:00 |
Randy Mackay
|
26b82cf0a3
|
Rover: use common location options masks
|
2014-03-19 12:10:23 +09:00 |
Randy Mackay
|
e88f1953d0
|
Plane: use common location options masks
|
2014-03-19 12:10:21 +09:00 |
Randy Mackay
|
9ef27955b5
|
Common: add location options masks
|
2014-03-19 12:10:20 +09:00 |
Randy Mackay
|
cc8554fa2b
|
Mission: fix example sketch
|
2014-03-19 12:10:18 +09:00 |
Randy Mackay
|
f4d8ccc128
|
Mission: add mavlink to cmd conversion methods
|
2014-03-19 12:10:17 +09:00 |
Randy Mackay
|
67a4b47f6b
|
Copter: pass ahrs into mission constructor
|
2014-03-19 12:10:15 +09:00 |
Randy Mackay
|
87c7d19f83
|
AP_Mission: special handling for cmd
|
2014-03-19 12:10:14 +09:00 |
Randy Mackay
|
37fe229ded
|
Copter: remove unused definitions
|
2014-03-19 12:10:12 +09:00 |
Randy Mackay
|
359f1a27ec
|
Copter: process cmds from mission lib
|
2014-03-19 12:10:11 +09:00 |
Randy Mackay
|
6e0e672fb2
|
Copter: log using mission commands
|
2014-03-19 12:10:09 +09:00 |
Randy Mackay
|
43c7310540
|
Copter: ch7 save wp feature to use ap_mission
|
2014-03-19 12:10:08 +09:00 |
Randy Mackay
|
ffc418dfe3
|
Copter: add mavlink packet to cmd conversion to GCS_Mavlink.pde
|
2014-03-19 12:10:06 +09:00 |
Randy Mackay
|
9f03e21f81
|
Copter: remove low-level handling of mission cmds
Now handled by AP_Mission
|
2014-03-19 12:10:04 +09:00 |
Randy Mackay
|
5d568502a0
|
Copter: instantiate AP_Mission object
|
2014-03-19 12:10:03 +09:00 |
Randy Mackay
|
1bad6a4b15
|
Copter: add AP_Mission object parameter
Remove global command_total and command_index parameters
|
2014-03-19 12:10:01 +09:00 |
Randy Mackay
|
e8db57ced3
|
AP_Mission: replace block read/write for eeprom
Also reserve command #0 for home position
|
2014-03-19 12:10:00 +09:00 |
Randy Mackay
|
fd009d0704
|
AP_Mission: tests added to example sketch
|
2014-03-19 12:09:59 +09:00 |
Randy Mackay
|
84b3497a82
|
AP_Mission: fixes to protect against endless loops
|
2014-03-19 12:09:57 +09:00 |
Randy Mackay
|
6086bc14be
|
AP_Mission: mostly working draft
|
2014-03-19 12:09:56 +09:00 |
Randy Mackay
|
4285eba297
|
AP_Mission: initial draft library
|
2014-03-19 12:09:54 +09:00 |
Craig Elder
|
7be2cea42f
|
Frame_params: Adding 3DR_Rover.param
|
2014-03-18 13:27:27 -07:00 |