Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by nagainamae

  1. N

    Entering Sport Mode on API

    In my code, 0-100 in high speed mode means 0-10m/s. I think you will understand if you actually try it in your code.
  2. N

    Entering Sport Mode on API

    actually I only need a max speed about 3m/s, in theory, tello can fly to a max of 10m/s. We can control it, just by adjust the input from 0-100
  3. N

    TelloPY: no existing PPS reference

    you can try multi threading and wait a minute. def recv_thread(): global frameA global run_recv_thread global drone print('start recv_thread()') drone = tellopy.Tello() drone.connect() drone.subscribe(drone.EVENT_FLIGHT_DATA, handler)...
  4. N

    Entering Sport Mode on API

    you need to change some of the code of _internal_/tello.py . I've changed it, you can check find1dream/Tello-Aruco in function __send_stick_command.
  5. N

    Object tracking with Tello

    well, I think I've made a similar project. You can try the face tracking if you change some of the source code.(I'm sorry I cannot make it suit you because I need to finish my research.) find1dream/Tello-Aruco
  6. N

    Tello + visual position estimation

    Like this guy's project I made a similar project. Here is the video: The target was to make it fly in a circle, but it's a little bit troublesome, so I just made it fly to some points in a circle. Now I simply use opencv(aruco library) to estimate the position of tello, and use pd...

New Posts