Tom Pittenger
20a6734462
Tracker: remove wrong comments
2023-03-03 08:34:17 +09:00
Iampete1
1ea8a0c1a0
AntennaTracker: use shared param info defines
2023-01-11 18:41:34 +11:00
Tom Pittenger
558fe34945
Tracker: extend Stream rates param count to match MAVLINK_COMM_NUM_BUFFER
2020-12-29 07:52:09 -07:00
Peter Hall
37cf09a8f9
Tracker: add auto opts param
...
This adds a bitmask that can be used to allow scaning before a vehicle has been found in auto mode
2020-10-18 19:59:47 +11:00
Siddharth Purohit
ddfd186618
Tracker: move to using CANManager library
2020-08-19 17:31:09 +10:00
Peter Barker
5775d09914
Tracker: add AP_Logger parameter tree
2020-05-21 08:59:02 +10:00
Andy Piper
1b7c49b662
Tracker: create generic vehicle management and move runcam to it
...
add RCMapper and OSD to build
2019-12-30 13:02:04 +11:00
Peter Barker
8c2c38c80a
Tracker: remove unused includes
2019-11-25 14:43:15 +08:00
Peter Barker
e5ea748e7f
Tracker: integrate AP_Stats library
2019-08-07 07:57:46 +09:00
Leonard Hall
d61aa7a4ce
Tracker: support for upgrade to PID object
2019-07-25 17:38:15 +09:00
Peter Hall
c128c80d56
Tracker: add disarmed pwm param
2019-07-19 21:12:36 +09:00
Peter Barker
39db4eb871
Tracker: move enabled parameter into compass library
2019-04-02 10:24:49 +11:00
IamPete1
1ac74e2fe5
Tracker: add initial mode parameter
2019-03-18 10:37:39 +11:00
IamPete1
a967caa924
Tracker: add parameters for yaw and pitch scan speed
2019-03-14 11:36:20 +11:00
IamPete1
f33ba58549
Tracker: add PID_TUNING message
2019-03-05 10:41:56 +11:00
Michael du Breuil
76743b7f1d
AntennaTracker: Allow scripting to run
2019-03-05 08:45:54 +11:00
Michael du Breuil
0ccacf2a96
Tracker: Remove software type param
2018-06-05 09:14:12 +10:00
Michael du Breuil
8094198767
Tracker: Show battery parameters, support battery logging
2018-02-06 00:11:32 +00:00
Eugene Shamaev
b365a4ddf5
AntennaTracker: move of CAN parameters into separate group
2017-07-03 11:44:32 +01:00
Andrew Tridgell
3f71fd98a0
AntennaTracker: adapted to new SRV_Channel API
2017-01-12 17:39:37 +11:00
Mathieu OTHACEHE
152edf7189
Global: remove mode line from headers
...
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
2016-10-24 09:42:01 -02:00
stefanlynka
ca22f6612d
Tracker: Changing pitch_range to pitch_min and pitch_max
2016-07-06 16:51:31 +09:00
stefanlynka
2b7203e4d1
Tracker: Changed PID to AC_PID
2016-06-22 10:06:00 +09:00
stefanlynka
17355baa83
Tracker: Added parameter for mavlink update rate
2016-06-15 18:16:55 +09:00
stefanlynka
1293b16589
Tracker: Allows choice of altitude source
2016-05-25 09:51:30 +09:00
stefanlynka
d2ec395cdf
Tracker: Making servo type customizable
2016-05-24 11:13:53 +09:00
Lucas De Marchi
a503bc74f2
AntennaTracker: replace header guard with pragma once
2016-03-16 18:40:44 +11:00
Randy Mackay
cd977b3142
Tracker: add Notify parameters
2015-12-31 11:33:13 +09:00
Randy Mackay
ecf01732d9
Tracker: add dataflash logging
2015-12-27 16:14:20 +09:00
Gustavo Jose de Sousa
a672e3c5ce
AntennaTracker: standardize inclusion of libaries headers
...
This commit changes the way libraries headers are included in source files:
- If the header is in the same directory the source belongs to, so the
notation '#include ""' is used with the path relative to the directory
containing the source.
- If the header is outside the directory containing the source, then we use
the notation '#include <>' with the path relative to libraries folder.
Some of the advantages of such approach:
- Only one search path for libraries headers.
- OSs like Windows may have a better lookup time.
2015-08-11 16:28:40 +10:00
Randy Mackay
35275aab85
Tracker: add support for 4th mavlink channel
2015-05-15 15:07:26 +09:00
Randy Mackay
94737e4df6
Tracker: add SYSID_TARGET and request 1hz pos data from vehicle
2015-04-27 16:58:05 +09:00
Randy Mackay
404df7fe7d
Tracker: add DISTANCE_MIN parameter
...
Vehicles will only be tracked if they are at least DISTANCE_MIN meters
away from the tracker
2015-04-27 12:10:20 +09:00
Randy Mackay
c7fb252fbb
Tracker: integrate SerialManager
2015-01-29 14:05:16 +11:00
Andrew Tridgell
0d2308f754
AntennaTracker: removed old PROXY_MODE parameter
...
this should not be needed any more
2014-12-11 12:32:42 +09:00
Randy Mackay
f2dab17230
Tracker: add YAW_RANGE and PITCH_RANGE params
...
These capture the yaw and pitch range of movement in degrees
2014-10-06 19:40:51 +09:00
Randy Mackay
eb4eca8550
Antenna: move up one directory
2014-08-14 20:56:00 +10:00