Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Jan 12, 2019
  3. Jan 09, 2019
  4. Jan 08, 2019
    • Jake Dahl's avatar
      Fixed an issue with a local variable that should have been a member variable.... · 1699c577
      Jake Dahl authored
      Fixed an issue with a local variable that should have been a member variable. Increased the P term to reduce rise time. Removed feedforward as it was not neccessary. Removed some custom commands that didn't serve much of a purpose.
      1699c577
    • AnnaDaiZH's avatar
      pmw3901 increase publish rate and max_ground_distance (#11066) · 3b3752b7
      AnnaDaiZH authored
      * increase pmw3901 publish rate and max_ground_distance
      * set work queue to high priority
      3b3752b7
    • Dennis Mannhart's avatar
      PositionControl: skip controller only if adjusted thrust setpoint are not finite · 5887a239
      Dennis Mannhart authored
      PositionControl: update comment about the order of thrust and position
      
      mc_pos_control: reset setpoints to NAN if required
      
      MulticopterLandDetector: consider to be landed if vehicle is not armed
      
      mc_pos_control: initialize landing struct with landed
      
      mc-pos-ctrl: adjust thrust-setpoint and yaw during ground-contact/maybe-landed without capturing
      that information within vehicle-local-position-setpoint topic because that information
      does not belong to user intention
      
      PositionControl: set local position/velocity setpoint to NAN if not used in the control pipeline
      
      mc-pos-ctrl: Fill vehicle_local_position_setpoint_s structure as follow:
      The message contains setpoints where each type of setpoint is either the input to the PositionController
      or was generated by the PositionController and therefore corresponds to the PositioControl internal states (states that were generated by P-PID).
      Example:
      If the desired setpoint is position-setpoint, _local_pos_sp will contain
      position-, velocity- and thrust-setpoint where the velocity- and thrust-setpoint were generated by the PositionControlller.
      If the desired setpoint has a velocity-setpoint only, then _local_pos_sp will contain valid velocity- and thrust-setpoint, but the position-setpoint
      will remain NAN. Given that the PositionController cannot generate a position-setpoint, this type of setpoint is always equal to the input to the
      PositionController.
      
      mc_pos_control: switch to designated initializer for landed
      
      It's less error prone because it produces an error on every discrepancy.
      5887a239
    • Hamish Willee's avatar
      CameraTrigger: Feedback fixes · 541b9626
      Hamish Willee authored
      541b9626
    • Hamish Willee's avatar
      Add camera trigger pwm params · 68148c5f
      Hamish Willee authored
      Fix math::constrain usage
      
      Fix second constraint
      68148c5f
  5. Jan 07, 2019
  6. Jan 04, 2019
  7. Jan 03, 2019
  8. Jan 02, 2019
  9. Jan 01, 2019
  10. Dec 29, 2018
  11. Dec 27, 2018
  12. Dec 23, 2018
  13. Dec 22, 2018
Loading