Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
  2. Nov 08, 2016
  3. Nov 07, 2016
    • Lorenz Meier's avatar
      Offboard control (#5816) · 7be71459
      Lorenz Meier authored
      * Fix jmavsim HITL simulation of MAV_CMD_DO_REPOSITION in the case where you have no radio attached to the PX4 and so you have disabled RC link loss for that reason (set NAV_RCL_ACT = 0) but you still want the jmavsimulation to work.  The line of code changed here causes failsafe RTL to kick in without this fix.
      
      * Add altitude hold option using Z position control, while doing velocity control on vx and vy.
      
      * Fix style and rebase issues
      7be71459
  4. Nov 06, 2016
  5. Nov 05, 2016
    • Julian Oes's avatar
      POSIX: use up to 20 command line arguments · 53e0bc5f
      Julian Oes authored
      This fixes the case where more than 10 args were needed for instance
      when starting mavlink with all its options.
      53e0bc5f
    • Lorenz Meier's avatar
      Update README.md · bae8adc1
      Lorenz Meier authored
      Add GitHub links to maintenance team list.
      bae8adc1
    • Lorenz Meier's avatar
      Update README.md · f44ab6f0
      Lorenz Meier authored
      Listing existing maintainers explicitly.
      f44ab6f0
    • Michal Stasiak's avatar
      Mission feasibility: Geofence check fix · 2bfac7ff
      Michal Stasiak authored
      Current implementation checks against geofence only if it is in polygon form.
      When it's created via params, it accepts all the waypoints as the number of vertices = 0.
      Thus, changed the function to the one that is used to check whether geofence is breached in flight.
      2bfac7ff
    • Dennis Shtatnov's avatar
      bf9a1c5a
    • David Sidrane's avatar
      PX4 System change to Remove #ifdefs from the IO timers · 2d451991
      David Sidrane authored
         Update the comment, to explain how to achive a different perescale
         value.
      
         Added PX4_IO_TIMER_ALTERNATE_RATE one board agnostic ifdef
         PX4_IO_TIMER_ALTERNATE_RATE that is non board specific.
      
         N.B.  I would like to eliminate PX4_IO_TIMER_ALTERNATE_RATE
         as well, but I need crazyflie HW to validate that the startup
         script can just set the rate on the PWM to 3921 fast enough to
         not effect the motors.
      2d451991
    • David Sidrane's avatar
      PX4 System change to allow way to override the PWM_.*_{MIN|MAX} values · b2b9a0be
      David Sidrane authored
       Add PX4_PWM_ALTERNATE_RANGES in suport of a board agnostic way
       to override the PWM_.*_{MIN|MAX} values
      b2b9a0be
    • David Sidrane's avatar
      Crazyflie uses the board common interface to provide board name · d77e107e
      David Sidrane authored
       Removed #ifdef in version.h
      d77e107e
    • David Sidrane's avatar
      Clean up Crazyflie · ab43baa0
      David Sidrane authored
         1) Remove uneeded spi and reset code
         2) Use the Board commin for providing the BOARD_NAME
         3) Add PX4_PWM_ALTERNATE_RANGES in suport of a board agnostic
            way to override the PWM_.*_{MIN|MAX} values
         4) Remove #ifdefs from the IO timers*. Drive the config deltas
            from the crazyflie_timer_config.c and one board agnostic
            ifdef PX4_IO_TIMER_ALTERNATE_RATE that is non board specific
      
            *I would like to eliminate PX4_IO_TIMER_ALTERNATE_RATE
            as well, but I need HW to validate that the startup
            script can just set the rate on the PWM to 3921 fast
            enough to not effect the motors.
      ab43baa0
Loading