Andrew Tridgell
d4510d9b9b
Plane: altitude for do_set_home() is in meters
11 years ago
Randy Mackay
27969175d9
Plane: bug fix to Loiter after mission completes
11 years ago
Andrew Tridgell
acdaf561c8
AP_Mission: fixed typo
11 years ago
Randy Mackay
9b0ae2fcff
Rover: use Dataflash lib's Log_Write_Cmd
11 years ago
Randy Mackay
f3813593b7
Copter: use Dataflash lib's Log_Write_Cmd
11 years ago
Randy Mackay
ebf72f5beb
Dataflash: example sketch includes AP_Mission.h
11 years ago
Randy Mackay
790a907811
Plane: use Dataflash lib's Log_Write_Cmd
11 years ago
Randy Mackay
150faafaf4
Dataflash: add Log_Write_Cmd method
11 years ago
Randy Mackay
7ff379850c
Rover: integrate variable max num commands
11 years ago
Randy Mackay
fdec917607
Rover: pass eeprom start to Mission constructor
11 years ago
Randy Mackay
033b7eca9e
Plane: integrate variable max num commands
11 years ago
Randy Mackay
7b6906ae3f
Copter: integrate variable max num commands
11 years ago
Randy Mackay
fcea127537
Plane: CLI uses HAL eeprom storage size definition
11 years ago
Randy Mackay
693ce27bf6
Plane: pass eeprom start to Mission constructor
11 years ago
Randy Mackay
b587d0d597
Copter: pass eeprom start to Mission constructor
11 years ago
Randy Mackay
8e117d29eb
Mission: test exceeding command storage size
11 years ago
Randy Mackay
9e07070d86
Mission: pass eeprom start into constructor
...
This allows different storage locations for ArduCopter, Plane and Rover
11 years ago
Randy Mackay
7663c5898e
AP_HAL_Boards: board specific storage size definition
11 years ago
Randy Mackay
7b9c3bf707
Rover: call mission.init during startup
11 years ago
Randy Mackay
36a5287de5
Plane: call mission.init during startup
11 years ago
Randy Mackay
b718b9070a
Copter: call mission.init during startup
11 years ago
Randy Mackay
ddc4cd4f18
Mission: add init and check_eeprom_version methods
11 years ago
Randy Mackay
923dca0cb8
Rover: Log_Write_Startup checks success of cmd read before logging
11 years ago
Randy Mackay
0a7d33a1da
Rover: cli test checks read_cmd success before printing
11 years ago
Randy Mackay
6e60730c89
Plane: cli test checks read_cmd success before printing
11 years ago
Randy Mackay
ccb2daaed3
Plane: Log_Write_Startup checks success of cmd read before logging
11 years ago
Randy Mackay
cc7b1c4e9c
Copter: init_home checks cmd read success before logging
11 years ago
Randy Mackay
4c0a31a9dc
Mission: init home to zero before writing to eeprom
11 years ago
Randy Mackay
5ccfa247ac
Rover: remove unused definitions
11 years ago
Randy Mackay
29340c68bd
Rover: Mission integration for cli test
11 years ago
Randy Mackay
1a70ffdeee
Rover: Mission integration for ch7 save waypoint
11 years ago
Randy Mackay
c83733048f
Rover: Mission integration into dataflash Logging
11 years ago
Randy Mackay
4ca3a92655
Rover: Mission integration into command execution
11 years ago
Randy Mackay
df1b2e1192
Rover: Mission integration with GCS_Mavlink.pde
11 years ago
Randy Mackay
192286f04d
Rover: create Mission object
11 years ago
Randy Mackay
df339c05fc
Mission: num_commands returns uint16
11 years ago
Randy Mackay
0827506533
Plane: remove unused WAIT_COMMAND
11 years ago
Randy Mackay
53add04d36
Plane: remove some comments in commands_logic.pde
11 years ago
Randy Mackay
fa96e9355b
Copter: init cmd before saving with Ch7/Ch8
11 years ago
Randy Mackay
802ab79c84
Plane: bug fix for setting flight_stage based on current command
11 years ago
Randy Mackay
c4364a8ff5
Plane: remove unused nonnav_command variables
...
non_nav_command_ID and next_nonnav_command variables removed
11 years ago
Randy Mackay
52a08a5284
Plane: CMD dataflash logs use uint16 for total and num
...
Also bug fix for Log_Write_Cmd definition when logging disabled
11 years ago
Randy Mackay
0fc36fd244
Copter: CMD dataflash logs use uint16 for total and num
11 years ago
Randy Mackay
af186fba05
AP_Common: pack Location structure
...
This resolves issues storing and retrieving Location to eeprom as part
of AP_Mission
11 years ago
Randy Mackay
e60865b715
Mission: example sketch test for set_current_cmd
11 years ago
Randy Mackay
512b378c4a
Mission: allow set_current_cmd when mission is not running
...
Can now be run when mission is complete or stopped. When mission is
resumed it will begin at the set command. This command can be either a
nav or do command
11 years ago
Andrew Tridgell
f036aa1780
Plane: fixed altitude for takeoff and takeoff heading
...
fixes for AP_Mission integration
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
11 years ago
Andrew Tridgell
eaf34bba9a
AP_Mission: fixed reset using set mission item to 0
...
this causes a mission reset
11 years ago
Randy Mackay
8dd301b0c2
Mission: set_current_cmd to use uint16
11 years ago
Randy Mackay
6bb05750e7
Copter: remove alt_in_cm from mavlink to cmd conversion
11 years ago