Gone4Dirt
33ed08d07e
Sub: Make RPM log independant of RC log mask
3 years ago
Andrew Tridgell
3d2ecfe3c5
ArduSub: revert compass parameter changes
3 years ago
Shiv Tyagi
339a07b8d3
AP_Devo_Telem: compile out devo telemetry
...
Devo telemetry is one of the most rarely used features (almost never used since added) we should compile it out from our code
3 years ago
Iampete1
b608b82041
Sub: remove compass params underscore
3 years ago
Josh Henderson
bdac4a2416
Sub: INAV rename for neu & cm/cms
3 years ago
Josh Henderson
17243b5630
Sub: inav use _xy()
3 years ago
Josh Henderson
5391262900
ArduSub: get_bearing & get_horizontal_distance use Vector2f
3 years ago
Peter Barker
b7eec83f52
ArduSub: remove unused GUIDED_LOOK_AT_TARGET_MIN_DISTANCE_CM define
3 years ago
Peter Barker
422bb3cfbb
ArduSub: allow specification of Scheduler table priorities
3 years ago
Peter Barker
bc39b8d74c
ArduSub: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED
3 years ago
Peter Barker
9bc9179d8d
ArduSub: ensure ENABLE_SCRIPTING is always defined
3 years ago
Peter Barker
1c544702d2
ArduSub: handle renaming of AP_InertialNav_NavEKF to AP_InertialNav
3 years ago
Peter Barker
4c1c0e591f
ArduSub: move SITL object up to AP_Vehicle
3 years ago
Iampete1
b7db7f8cac
Sub: convert to PWM min and max in AP_Motors
3 years ago
Iampete1
44c5153df8
Sub: update_throttle_range don't set_throttle_range
3 years ago
Willian Galvani
0adc4562ad
Sub: add exception for linux boards when setting BARO_EXT_BUS
3 years ago
Willian Galvani
d5ec5f1dfc
Sub: Motor-test: change disarm method on motor test timeout
3 years ago
Peter Barker
f3e5e9463b
Sub: stop passing current_loc into AP_Camera
3 years ago
Josh Henderson
69997626d3
Sub: modes keep controllers initialized when disarmed
3 years ago
Iampete1
adb58a9b60
Sub: fix RC init order to avoid error message
3 years ago
Iampete1
7e1eb970bc
Sub: convert to new ARMDISARM
3 years ago
Andrew Tridgell
dbe0bef58b
Sub: moved accel cal update to vehicle code
3 years ago
Josh Henderson
d6d9577f27
Sub: use vector.xy().length() instead of norm(x,y)
3 years ago
Leonard Hall
f3dc47ce3d
Copter: Add units to the AC_AttitudeControl Library
3 years ago
Andrew Tridgell
fd758113ce
Sub: no need to fabs() get_default_speed_down() as it does fabs already
3 years ago
Leonard Hall
c2f7702094
Sub: Separate landing and terrain following.
3 years ago
Peter Barker
29d2eed9e4
Sub: view update does not take skip_ins_update
3 years ago
Peter Barker
80a56a5fdf
ArduSub: eliminate AP::ahrs().get_location
3 years ago
Andrew Tridgell
4daedd4572
Sub: added MCU_STATUS message
4 years ago
Andrew Tridgell
bf7f140052
Sub: added slew rate and Dmod for PID_TUNING message
4 years ago
Peter Barker
aa22126355
ArduSub: stop sending SENSOR_OFFSETS
...
Only works for first compass instance.
We have all of these in parameters anyway.
4 years ago
Peter Barker
f35a94a730
ArduSub: DCM handles centrifugal correction application internally now
4 years ago
Peter Barker
9f8d01827a
ArduSub: move VehicleClass handling to AHRS frontend
...
.... and renaming the enumeration while we're at it
4 years ago
Patrick José Pereira
190f1c5098
Sub: Parameters: Add default value for MNT_TYPE
...
It's very unlikely that a ROV may exist without a gimbal or any kind of camera control,
the common use case is to use a single servo to control the camera and this is why
we set the default value of MNT_TYPE as 1 (Servo).
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
bugobliterator
6ec8919bdd
Sub: change class name from SITL::SITL to SITL::SIM
4 years ago
Willian Galvani
8ee38a7171
Sub: update release notes for 4.0.3
4 years ago
Peter Barker
3e13790039
ArduSub: use AP::compass().available in place of enabled()
4 years ago
Peter Barker
e98af90749
ArduSub: rename for AHRS restructuring
4 years ago
Willian Galvani
da906f6b0f
Sub: use BARO instead of GND prefix to set default baro parameters
...
This updates the code to deal with the changes from 3f6fd49507
4 years ago
Peter Barker
088120b8f3
ArduSub: use singleton to access AP_Terrain data
4 years ago
Peter Barker
ed0b0451cf
ArduSub: remove AC_TERRAIN compilation option
...
Use AP_TERRAIN_AVAILABLE instead
4 years ago
Leonard Hall
48a99df2b3
Sub: seperate kinimatic shaping from pid limit setting
4 years ago
Leonard Hall
5a133dac84
Sub: adjust for AttitudeControl library changes
4 years ago
Andrew Tridgell
c059f8c044
Sub: fixes for use of longitude_scale()
4 years ago
Willian Galvani
6ef37daaad
Sub: use scheduler.get_loop_period_s() instead of MAIN_LOOP_SECONDS
4 years ago
Peter Barker
bc4ee95004
ArduSub: remove misleading NOINLINE comment
...
NOINLINE hasn't been used in years in these files
4 years ago
Stephen Dade
2a1f6e1b31
ArduSub: Add support for HIGH_LATENCY2 messages
4 years ago
Andrew Tridgell
702f95d4c6
Sub: fixed longitude wrap
4 years ago
Andrew Tridgell
70f874e288
Sub: update for new double precision position APIs
4 years ago
Andrew Tridgell
18dd373ff5
Sub: use cleaned up APIs
4 years ago