aqeelanwar / DRLwithTL_real

Python code for Deep Reinforcement Learning with Transfer Learning in aReal Environment using DJI Tello
MIT License
70 stars 18 forks source link

Video stream is working but drone is not moving. #21

Closed edsun123 closed 3 years ago

edsun123 commented 3 years ago

I'm currently able to get the stream working (video and depth map). However, in automatic mode the drone is not moving. Any insight in what is affecting the controls?

naiveHobo commented 3 years ago

Facing the same problem. @aqeelanwar any suggestions?

ninannan2 commented 3 years ago

Press "Tab" to take off the drone; then press "M" to change the mode to automatic.

edsun123 commented 3 years ago

I can confirm that this works.

edsun123 commented 3 years ago

Did anybody get this particular error: "error while decoding MB 59 8, bytestream -14"? I am trying to pinpoint where the error is coming from.

ninannan2 commented 3 years ago

I have some time this error. Couldn't fix it. If you find a solution let me know.

edsun123 commented 3 years ago

I believe this is an error from ffmpeg that handles with video processing. Sometimes the video would jitter and that would result in the error.

I will close this issue but I will add onto this issue once I find a solution.