JBmiog / QC-embedded

QUADCOPTERS
0 stars 2 forks source link

Issues after TA checking #18

Closed hongjiawu closed 7 years ago

hongjiawu commented 7 years ago
  1. No transitions when value changes
  2. Blue LED frequency
  3. Emergency Stop approach
  4. Delay
makbut commented 7 years ago
  1. FIXED
  2. I will fix it
  3. What do you mean?
  4. FIXED. I set a flag inside the Rx_ISR of uart, then read the message and unset the flag. It seems that there is no delay now. I press buttons to change between modes and LEDs light on or light off instantaneously, completely different as compared to the older version. In addition by pressing the the buttons for the drone movements I can see the print-out of motor values instantaneously, like in the demo they had given to us.

It remains to test on the actual drone. (check fixed_branch)

hongjiawu commented 7 years ago

For the third one, I have already fixed it by enabling the button on joystick.

JBmiog commented 7 years ago

Fixed the blue led toggling