-
Notifications
You must be signed in to change notification settings - Fork 122
Comparing changes
Open a pull request
base repository: 3drobotics/ardupilot-solo
base: solo-0.0.28
head repository: 3drobotics/ardupilot-solo
compare: master
Commits on Mar 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5b0bd49 - Browse repository at this point
Copy the full SHA 5b0bd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8563d - Browse repository at this point
Copy the full SHA 3e8563dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e3e2f - Browse repository at this point
Copy the full SHA 83e3e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6523c0 - Browse repository at this point
Copy the full SHA f6523c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1217ab9 - Browse repository at this point
Copy the full SHA 1217ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eedb2c - Browse repository at this point
Copy the full SHA 8eedb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0ee68 - Browse repository at this point
Copy the full SHA 1d0ee68View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9d7dd - Browse repository at this point
Copy the full SHA ec9d7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d4b3a - Browse repository at this point
Copy the full SHA 77d4b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab76db - Browse repository at this point
Copy the full SHA 7ab76dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bae424f - Browse repository at this point
Copy the full SHA bae424fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b498f - Browse repository at this point
Copy the full SHA 80b498fView commit details -
Motors: move thrust curve and volt scaling to parent
Moving from MotorsMatrix to Motors allows it to be used from other frames
Configuration menu - View commit details
-
Copy full SHA for 751dbb7 - Browse repository at this point
Copy the full SHA 751dbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eaa4a8 - Browse repository at this point
Copy the full SHA 2eaa4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb3de4 - Browse repository at this point
Copy the full SHA 5fb3de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c549b58 - Browse repository at this point
Copy the full SHA c549b58View commit details -
Motors: move batt voltage lift_max calcs to parent
Moving from MotorsMatrix to parent Motors class allows them to be used by other frame types Also added sanity check of batt_voltage_min
Configuration menu - View commit details
-
Copy full SHA for 6b7bdf6 - Browse repository at this point
Copy the full SHA 6b7bdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9d312 - Browse repository at this point
Copy the full SHA 1a9d312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 812473f - Browse repository at this point
Copy the full SHA 812473fView commit details -
Motors: move over current throttle limiting to parent
Moving from MotorsMatrix to parent Motors class allows this to be used from other frame types
Configuration menu - View commit details
-
Copy full SHA for 529c6fe - Browse repository at this point
Copy the full SHA 529c6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c711179 - Browse repository at this point
Copy the full SHA c711179View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b78b2c - Browse repository at this point
Copy the full SHA 4b78b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d7cdb - Browse repository at this point
Copy the full SHA 09d7cdbView commit details -
Motors: move battery resistance calcs to parent
Moving from MotorsMatrix to parent Motors class allows these to be used from other frame types Also initialise battery resistance
Configuration menu - View commit details
-
Copy full SHA for 997c6f0 - Browse repository at this point
Copy the full SHA 997c6f0View commit details -
Motors: add get_voltage_comp_gain
This clarifies that lift_max is the inverse of the battery voltage gain compensation
Configuration menu - View commit details
-
Copy full SHA for 3e960df - Browse repository at this point
Copy the full SHA 3e960dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8c211 - Browse repository at this point
Copy the full SHA cf8c211View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f7cd5 - Browse repository at this point
Copy the full SHA f5f7cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8629637 - Browse repository at this point
Copy the full SHA 8629637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339dac1 - Browse repository at this point
Copy the full SHA 339dac1View commit details
Commits on Mar 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e0f828f - Browse repository at this point
Copy the full SHA e0f828fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeacbe5 - Browse repository at this point
Copy the full SHA eeacbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79be500 - Browse repository at this point
Copy the full SHA 79be500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c92b0 - Browse repository at this point
Copy the full SHA 58c92b0View commit details -
HAL_PX4: split IO thread into separate IO and storage threads
this prevents a blocked microSD card from blocking IO to the FRAM, causing parameter changes not to be sticky
Configuration menu - View commit details
-
Copy full SHA for 086f878 - Browse repository at this point
Copy the full SHA 086f878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aae594 - Browse repository at this point
Copy the full SHA 2aae594View commit details
Commits on Mar 5, 2015
-
Vagrant: bash gets confused if you pass in .sh files from windows
This change prevents git from adding carriage returns to .sh files
Configuration menu - View commit details
-
Copy full SHA for 76f1088 - Browse repository at this point
Copy the full SHA 76f1088View commit details -
this one adds the CHIP command so we can differentiate rev3 silicon
Configuration menu - View commit details
-
Copy full SHA for 644d0c2 - Browse repository at this point
Copy the full SHA 644d0c2View commit details
Commits on Mar 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 517448e - Browse repository at this point
Copy the full SHA 517448eView commit details -
AC_HELI_PID: add input filter and restructure
Also removed unused initial_ff from construtor
Configuration menu - View commit details
-
Copy full SHA for 046949e - Browse repository at this point
Copy the full SHA 046949eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a5bc8 - Browse repository at this point
Copy the full SHA 34a5bc8View commit details -
Motors: add accessors for motor logging
accessor include get_roll, get_pitch, get_yaw, throttle input
Configuration menu - View commit details
-
Copy full SHA for 11a1980 - Browse repository at this point
Copy the full SHA 11a1980View commit details -
Copter: add AUTOTUNE_AXES bitmask parameter
This is used to allow tuning just some axis
Configuration menu - View commit details
-
Copy full SHA for 864168e - Browse repository at this point
Copy the full SHA 864168eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a6e88 - Browse repository at this point
Copy the full SHA a9a6e88View commit details -
Includes the following: Increase Autotune Limits Low Rate_P_Max prevents correct Rate_D prediction. make adjustment proportional increase the maximum value of Rate_P adjustment for zero overshoot Speed up autotune Reduce D bounce back requirement adapt matthewlloyd's switching Includes many enhancements to the basic code but doesn't bring in his speed up ideas Reduce Stab P down Add Calibration Repeat side to increase speed Update Autotune PI ratios fixup comments autotune incorporate aggressiveness parameter sets max accel for roll, pitch, yaw Update accel calc and set Yaw D to zero Calculate Accel correctly on SP Limit Send saved gains msg to GCS updates PID filter increase accel backoff save max accel if rate feedfwd enabled keep stabilizing
Configuration menu - View commit details
-
Copy full SHA for 1ebf2c4 - Browse repository at this point
Copy the full SHA 1ebf2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba195a - Browse repository at this point
Copy the full SHA 8ba195aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d233ca3 - Browse repository at this point
Copy the full SHA d233ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0fb45 - Browse repository at this point
Copy the full SHA 2b0fb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec5eed - Browse repository at this point
Copy the full SHA 1ec5eedView commit details -
Copter: move LOITER_RATE to 2-axis PI controller
Also rename LOITER_RATE to VEL_XY for parameters, definitions, variables
Configuration menu - View commit details
-
Copy full SHA for e232867 - Browse repository at this point
Copy the full SHA e232867View commit details -
Copter: rename loiter_pos to pos_xy
Also renamed throttle_rate to vel_z, throttle_accel to accel_z
Configuration menu - View commit details
-
Copy full SHA for c78480e - Browse repository at this point
Copy the full SHA c78480eView commit details
There are no files selected for viewing