MCPcopy Create free account

hub / github.com/ArduPilot/ardupilot / functions

Functions24,809 in github.com/ArduPilot/ardupilot

↓ 8 callersMethodWriteReg
--------------------------------------------------------------------
libraries/AP_Radio/driver_bk2425.cpp:289
↓ 8 callersMethodWrite_IMU
Write IMU data packet for all instances
libraries/AP_InertialSensor/AP_InertialSensor_Logging.cpp:70
↓ 8 callersFunction_i2c_scl_high
libraries/AP_HAL_ESP32/i2c_sw.c:311
↓ 8 callersMethodadd_arrows
(self, arrowpos = Vector3(0,0,0), labeltext=None)
libraries/AP_InertialSensor/examples/coning.py:143
↓ 8 callersFunctionadd_offset
add offset in meters to a position
libraries/AP_Terrain/tools/create_terrain.py:71
↓ 8 callersMethodarm_motors_with_rc_input
Arm motors with radio.
Tools/autotest/vehicle_test_suite.py:6119
↓ 8 callersMethodassert_fence_disabled
(self, timeout=2)
Tools/autotest/vehicle_test_suite.py:8369
↓ 8 callersFunctionbe16toh_ptr
libraries/AP_HAL/utility/sparse-endian.h:103
↓ 8 callersFunctionbe32toh
libraries/AP_HAL/utility/sparse-endian.h:95
↓ 8 callersFunctionbuildlogs_path
Return a string representing path in the buildlogs directory.
Tools/autotest/autotest.py:51
↓ 8 callersMethodbuildlogs_path
Return a string representing path in the buildlogs directory.
Tools/autotest/vehicle_test_suite.py:2061
↓ 8 callersMethodcalc_throttle
* Set the throttle output. * This is called by TECS-enabled flight modes, e.g. AUTO, GUIDED, etc. */
ArduPlane/Attitude.cpp:459
↓ 8 callersFunctioncheck_result
libraries/AP_Math/examples/eulers/eulers.cpp:32
↓ 8 callersMethodclosedir
libraries/AP_Filesystem/AP_Filesystem.cpp:266
↓ 8 callersMethodcommit
* Advance the writer pointer by 'len' */
libraries/AP_HAL/utility/RingBuffer.cpp:230
↓ 8 callersMethodcompare_number_percent
(self, num1, num2, percent)
Tools/autotest/vehicle_test_suite.py:12981
↓ 8 callersMethodconvert_options
convert option parameter from old to new
libraries/RC_Channel/RC_Channel.cpp:1989
↓ 8 callersMethodcreate_simple_relhome_mission
takes a list of (type, n, e, alt) items. Creates a mission in absolute frame using alt as relative-to-home and n and e as offsets in
Tools/autotest/vehicle_test_suite.py:4268
↓ 8 callersFunctioncrypto_blake2b_update
libraries/AP_CheckFirmware/monocypher.cpp:618
↓ 8 callersMethoddelay
libraries/AP_HAL_ChibiOS/Scheduler.cpp:228
↓ 8 callersMethoddelay_microseconds
libraries/AP_HAL_QURT/Scheduler.cpp:138
↓ 8 callersMethoddot
dot product for Lua
libraries/AP_Math/vector3.h:156
↓ 8 callersMethodenable_ch
setup channels
libraries/AP_IOMCU/AP_IOMCU.cpp:1017
↓ 8 callersFunctionerror
libraries/AP_Scripting/lua/src/lundump.c:46
↓ 8 callersMethoderrors
internal_errors - return mask of internal errors seen
libraries/AP_InternalError/AP_InternalError.h:96
↓ 8 callersMethodescape
(self, s)
Tools/autotest/param_metadata/rstemit.py:51
↓ 8 callersMethodexecute
Execute the function.
Tools/ros2/ardupilot_sitl/src/ardupilot_sitl/actions.py:95
↓ 8 callersMethodexpect
libraries/AP_JSON/AP_JSON.cpp:447
↓ 8 callersMethodfind_autobuild_boards
(self, build_target=None)
Tools/scripts/board_list.py:123
↓ 8 callersFunctionflash_func_read_word
Tools/AP_Bootloader/support.cpp:125
↓ 8 callersMethodfly_guided_move_to
move to mavutil.location location; absolute altitude
Tools/autotest/arducopter.py:7179
↓ 8 callersMethodfree_type
libraries/AP_HAL_ESP32/Util.cpp:86
↓ 8 callersMethodget_K_rate
libraries/AP_Mount/SoloGimbal_Parameters.cpp:282
↓ 8 callersMethodget_altitude_from_pressure
return geometric altitude (m) given a pressure (Pa) */
libraries/AP_Baro/AP_Baro_atmosphere.cpp:160
↓ 8 callersMethodget_att_error_angle_deg
Return the angle between the target thrust vector and the current thrust vector.
libraries/AC_AttitudeControl/AC_AttitudeControl.h:280
↓ 8 callersMethodget_attitude_target_quat
Return the body-to-NED target attitude used by the quadplane-specific attitude control input methods
libraries/AC_AttitudeControl/AC_AttitudeControl.h:274
↓ 8 callersMethodget_compensation_gain
return gain scheduling gain based on voltage and air density
libraries/AP_Motors/AP_Motors_Thrust_Linearization.cpp:186
↓ 8 callersMethodget_distance_NED
return the distance in meters in North/East/Down plane as a N/E/D vector to loc2, NOT CONSIDERING ALT FRAME!
libraries/AP_Common/Location.cpp:312
↓ 8 callersMethodget_first_usable_gyro
libraries/AP_DAL/AP_DAL_InertialSensor.h:33
↓ 8 callersMethodget_frame_and_type_string
libraries/AP_Motors/AP_Motors_Class.cpp:60
↓ 8 callersMethodget_in_landing_sequence_flag
get in_landing_sequence flag
libraries/AP_Mission/AP_Mission.h:694
↓ 8 callersMethodget_int
libraries/AP_Common/TSIndex.h:37
↓ 8 callersMethodget_last_loop_time_s
get the time in seconds that the last loop took
libraries/AP_Scheduler/AP_Scheduler.h:175
↓ 8 callersMethodget_learn_type
return the chosen learning type
libraries/AP_Compass/AP_Compass.h:329
↓ 8 callersMethodget_loop_delta_t
return the main loop delta_t in seconds
libraries/AP_DAL/AP_DAL_InertialSensor.h:45
↓ 8 callersMethodget_rally_total
libraries/AP_Rally/AP_Rally.h:58
↓ 8 callersMethodget_stick_gesture_pos
return stick gesture pos as LOW, MIDDLE, HIGH this function uses different threshold values to RC_Chanel::get_aux_switch_pos() to avoid glitching on t
libraries/RC_Channel/RC_Channel.cpp:1929
↓ 8 callersMethodget_temperature
return battery temperature in Kelvin:
libraries/SITL/SIM_Battery.h:38
↓ 8 callersMethodget_temperature_from_altitude
Compute expected temperature for a given geometric altitude and altitude layer. */
libraries/AP_Baro/AP_Baro_atmosphere.cpp:139
↓ 8 callersMethodget_turn_lat_accel_max
get the lateral acceleration limit (in m/s/s). Returns at least 0.1G or approximately 1 m/s/s
libraries/APM_Control/AR_AttitudeControl.h:55
↓ 8 callersMethodget_variances
get_variances - provides the innovations normalised using the innovation variance where a value of 0 indicates prefect consistency between the measure
libraries/AP_AHRS/AP_AHRS.cpp:3137
↓ 8 callersMethodgetf
libraries/Filter/AverageFilter.h:160
↓ 8 callersMethodhandle_msg
Tools/Replay/LogReader.cpp:136
↓ 8 callersMethodhasOption
notch options
libraries/Filter/HarmonicNotchFilter.h:146
↓ 8 callersMethodhas_shared_ic_up_dma
libraries/AP_HAL_ChibiOS/RCOutput.h:433
↓ 8 callersMethodhas_valid_input
libraries/RC_Channel/RC_Channel.h:524
↓ 8 callersMethodhave_skid_steering
work out if skid steering is available */
libraries/AR_Motors/AP_MotorsUGV.cpp:301
↓ 8 callersMethodhorizontal_accuracy
libraries/AP_GPS/AP_GPS.cpp:430
↓ 8 callersMethodinit
libraries/AP_HAL_Linux/Util.cpp:25
↓ 8 callersMethodinit_xy_controller_stopping_point
init_xy_controller_stopping_point - initialise the position controller to the stopping point with zero velocity and acceleration. This function should
libraries/AC_AttitudeControl/AC_PosControl.cpp:465
↓ 8 callersMethodis_initialized
libraries/AP_HAL_QURT/UARTDriver.cpp:46
↓ 8 callersMethodjoin
libraries/AP_HAL_Linux/Thread.cpp:214
↓ 8 callersMethodkill
(self, sig)
Tools/autotest/pysim/fdpexpect.py:81
↓ 8 callersFunctionload24_le
libraries/AP_CheckFirmware/monocypher.cpp:94
↓ 8 callersFunctionload32_le
libraries/AP_CheckFirmware/monocypher.cpp:101
↓ 8 callersFunctionluaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
libraries/AP_Scripting/lua/src/lcode.c:123
↓ 8 callersFunctionluaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
libraries/AP_Scripting/lua/src/lauxlib.c:508
↓ 8 callersFunctionluaS_newlstr
** new string (with explicit length) */
libraries/AP_Scripting/lua/src/lstring.c:204
↓ 8 callersFunctionlua_rawgeti
libraries/AP_Scripting/lua/src/lapi.c:658
↓ 8 callersMethodmalloc_type
libraries/AP_HAL_ESP32/Util.cpp:58
↓ 8 callersMethodmeasure_message_rate
(self, victim_message, timeout=10, mav=None)
Tools/autotest/vehicle_test_suite.py:10827
↓ 8 callersMethodmicros64
libraries/AP_DAL/AP_DAL.h:75
↓ 8 callersFunctionmillis
libraries/AP_HAL_Linux/system.cpp:55
↓ 8 callersMethodnav_scripting_active
check if we are in a NAV_SCRIPT_* command
ArduPlane/commands_logic.cpp:1250
↓ 8 callersFunctionnewbuffsize
/ A "wrapper" function for memory allocation. Most for debuging /tracing purpose */
libraries/SITL/examples/JSON/MATLAB/tcp_udp_ip_2.0.6/pnet.c:223
↓ 8 callersMethodoffset_bearing_and_pitch
extrapolate latitude/longitude given bearing, pitch and distance
libraries/AP_Common/Location.cpp:391
↓ 8 callersMethodoutput
output - sends commands to the servos
libraries/AP_Motors/AP_MotorsHeli.cpp:208
↓ 8 callersFunctionparity
return the parity of byte - "1" if there is an odd number of bits set, "0" if there is an even number of bits set note that __builtin_parity causes ha
libraries/AP_Math/crc.cpp:624
↓ 8 callersMethodpoll
libraries/AP_HAL_Linux/Poller.cpp:100
↓ 8 callersMethodprimary_sensor
Return the index of the primary sensor which is the index of the sensor contributing to the output. A blended solution is available as an additional i
libraries/AP_GPS/AP_GPS.h:282
↓ 8 callersFunctionproximity
libraries/AP_Proximity/AP_Proximity.cpp:593
↓ 8 callersMethodread
Process all bytes available from the stream
libraries/AP_GPS/AP_GPS_SBP.cpp:69
↓ 8 callersMethodread
libraries/AP_Filesystem/AP_Filesystem.cpp:151
↓ 8 callersMethodread
read - For all active instances read voltage & current; log BAT, BCL, POWR, MCU
libraries/AP_BattMonitor/AP_BattMonitor.cpp:695
↓ 8 callersMethodread_cmd_from_storage
load_cmd_from_storage - load command from storage true is return if successful
libraries/AP_Mission/AP_Mission.cpp:810
↓ 8 callersMethodreadptr
* Returns the pointer and size to a contiguous read in the buffer */
libraries/AP_HAL/utility/RingBuffer.cpp:266
↓ 8 callersFunctionrealloc
libraries/AP_Common/tests/test_expandingstring_failure.cpp:14
↓ 8 callersMethodreboot
reboot IO MCU */
libraries/AP_IOMCU/fw_uploader.cpp:431
↓ 8 callersMethodregister_write
libraries/AP_Compass/AP_Compass_HMC5843.cpp:475
↓ 8 callersMethodrelax_velocity_controller_xy
relax_velocity_controller_xy - initialise the position controller to the current position and velocity with decaying acceleration. This function decay
libraries/AC_AttitudeControl/AC_PosControl.cpp:477
↓ 8 callersMethodreset_SITL_commandline
(self)
Tools/autotest/vehicle_test_suite.py:3284
↓ 8 callersMethodreuseaddress
set SO_REUSEADDR */
libraries/AP_HAL/utility/Socket.cpp:248
↓ 8 callersMethodrunning
ArduCopter/mode.h:286
↓ 8 callersFunctionsection
(s)
libraries/AP_Math/tools/geodesic_grid/plot.py:49
↓ 8 callersFunctionsend_cmd16
send a 16 bit command to the baro */
libraries/AP_Baro/examples/ICM20789/ICM20789.cpp:191
↓ 8 callersMethodsend_cmd_do_set_mode
(self, mode)
Tools/autotest/vehicle_test_suite.py:6909
↓ 8 callersMethodsend_guided_mission_item
(self, loc, target_system=1, target_component=1)
Tools/autotest/rover.py:4900
↓ 8 callersMethodsetOriginLLH
set the latitude and longitude and height used to set the NED origin All NED positions calculated by the filter will be relative to this location The
libraries/AP_NavEKF2/AP_NavEKF2.cpp:1113
↓ 8 callersMethodset_duty_cycle
libraries/AP_HAL_Linux/PWM_Sysfs.cpp:127
↓ 8 callersMethodset_land_complete
ArduCopter/mode.cpp:1060
← previousnext →1,201–1,300 of 24,809, ranked by callers