Welcome, Autel Pilots!
Join our free Autel drone community today!
Join Us

Dynamic Track distance?

Tree!

New Member
Joined
Mar 28, 2021
Messages
1
Reaction score
0
Hello All,

I've been struggling with the follow distance with the dynamic tracker. If I try to get my Autel II to track from more than about 10ft away, it gives me an error.
Is there something I need to do to get it to follow at a greater distance? From watching on youtube, I can see it's possible.

It works great on hikes, up and down mountains... its just too close.

Thanks!
 
I've noticed the same thing, I hope somebody chimes in with some thoughts.
 
Hello All,

I've been struggling with the follow distance with the dynamic tracker. If I try to get my Autel II to track from more than about 10ft away, it gives me an error.
Is there something I need to do to get it to follow at a greater distance? From watching on youtube, I can see it's possible.

It works great on hikes, up and down mountains... its just too close.

Thanks!
Have you had any issues with it moving around a lot during Dynamic Track? Mine moves all over even when nothing is near it or I'm standing still.
 
For my part yes I have noticed that, although it doesn't bother me too much because I feel like it makes it a bit more interesting then simply following in a perfectly straight line but that's obviously a subjective preference.
 
Might be that your subject lacks sufficient contrast for the camera analysis. Try it with different shirt, hat, etc.
 
I know this topic hasn't been touched for a while but today I noticed the same issue with the distance. It would show a message along the lines of "maximum tracking distance reached" when it was around 20 meter (60 ft) away and 12 meters (35 ft) up. It would not lock on from further away.

Has anybody solved this issue? I've seen videos with greater distance (at least it felt like it).

Thanks in advance!
 
Anyone having issues tracking your dog? The software shows the dog icon when I try it on my Border Collie, and then immediately looses her and stops tracking. No matter if I try near or far from her the same issue. Anyone?
 
Yeah. Me too. And my dog is mostly a giant schnauzer - so pitch black. I would think that because he contrasts strongly with everything the drone would track him well.
But not so. It loses him almost immediately.

And I never did figure out that too close issue. I can’t figure out how to make it track anything from 20 yards off.
 
There is a settings file inside Evo2's linux. Maybe its content answers some questions.
Bash:
path_type: jerk

# Drone kinematic constraints
max_vel: [10.0, 10.0, 2.0]
max_acc: [4.5, 4.5, 4.5]
max_jerk: [10.0, 10.0, 10.0]

# Intrinsics for the cameras, only used for simulation. Copy-paste from camera_info topic.
front_cam: [166.276, 166.276, 96.5, 135.5]
back_cam: [166.276, 166.276, 96.5, 135.5]
bottom_cam: [143.011, 143.011, 120.5, 160.5]
top_cam: [277.127, 277.127, 160.5, 120.5]
left_cam: [277.127, 277.127, 160.5, 120.5]
right_cam: [277.127, 277.127, 160.5, 120.5]

# Possible safe_dist values are resolution multiplied by an element of the following list:
# [0.0, 1.0, 1.414, 1.732, 2.0, 2.236, 2.449, 2.828, 3.0, 3.162, 3.317, 3.464, 3.606, 3.742, 4.0]
# NOTE: add a small factor to safe_dist to prevent issues due to floating point comparisons.

# Configs for different modes
track:
  num_samples: [2, 2, 1]
  # branch_type: full
  prefer_2d_traj: false
  traj_expansion_step: 0.5
  safe_dist: 0.601
  resolution: 0.3
  truncate_dist: 2.1
  ideal_distance_xy:
    person: 5.5
    rider: 8.25
    car_large_fov: 10.0
    car_small_fov: 10.0
    vehicle_large_fov: 15.0
    vehicle_small_fov: 15.0
    no_avoidance: 10.0
    lock: 10.0
  ideal_height:
    person: -2.0
    rider: -3.0
    car_large_fov: -4.0
    car_small_fov: -4.0
    vehicle_large_fov: -6.0
    vehicle_small_fov: -6.0
    no_avoidance: -8.0
    lock: -10.0
  distance_xy_max:
    person: 15
    rider: 15
    car_large_fov: 25 # 586
    car_small_fov: 40 # 383
    vehicle_large_fov: 25 # 586
    vehicle_small_fov: 50 # 383
    no_avoidance: 150
    lock: 200.0
  distance_xy_min: # Needs to be > 0
    person: 4
    rider: 4.5
    car_large_fov: 8 # 586
    car_small_fov: 10 # 383
    vehicle_large_fov: 10.0 # 586
    vehicle_small_fov: 12.0 # 383
    no_avoidance: 6.0
    lock: 2.0
  height_max: # Needs to be < 0
    person: -10
    rider: -10
    car_large_fov: -30 # 586
    car_small_fov: -40 # 383
    vehicle_large_fov: -35 # 586
    vehicle_small_fov: -50 # 383
    no_avoidance: -150
    lock: -200
  height_min: # Needs to be < 0
    person: -1.8
    rider: -2.0
    car_large_fov: -4.0 # 586
    car_small_fov: -6.0 # 383
    vehicle_large_fov: -5.0 # 586
    vehicle_small_fov: -8.0 # 383
    no_avoidance: -5.0
    lock: -0.1
  init_min_dist:
    person: 3.0
    rider: 4.0
    car_large_fov: 6.0
    car_small_fov: 6.0
    vehicle_large_fov: 6.0
    vehicle_small_fov: 6.0
    no_avoidance: 3.0
    lock: 2.0
  init_max_dist:
    person: 20.0
    rider: 20.0
    car_large_fov: 40.0
    car_small_fov: 60.0
    vehicle_large_fov: 40.0
    vehicle_small_fov: 80.0
    no_avoidance: 300.0
    lock: 300.0

  slow_mode:
    max_vel: [3.0, 3.0, 2.0]
    max_acc: [4.5, 4.5, 4.5]
  fast_mode:
    max_vel: [15.0, 15.0, 2.0]
    max_acc: [4.5, 4.5, 4.5]
pointfly:
  num_samples: [2, 2, 1]
  # branch_type: full
  prefer_2d_traj: false
  traj_expansion_step: 0.5
  safe_dist: 0.801
  resolution: 0.4
  truncate_dist: 2.1
  pf_stop_wait_time: 5.0
  desired_vel: 1.0
orbit:
  num_samples: [2, 2, 1]
  branch_type: full
  prefer_2d_traj: true
  traj_expansion_step: 0.5
  safe_dist: 0.601
  resolution: 0.6
  truncate_dist: 2.1

  slow_mode:
    max_vel: [3.0, 3.0, 2.0]
    max_acc: [3.0, 3.0, 2.0]
 
  • Like
Reactions: Mavic Rick
Where is a dog listed?
I think from tracking point of view the 'person' model is applicable for humans and animals.
Another option is that file is a rudiment and the real settings hardcoded somewhere else :)
 
Yeah. Me too. And my dog is mostly a giant schnauzer - so pitch black. I would think that because he contrasts strongly with everything the drone would track him well.
But not so. It loses him almost immediately.

And I never did figure out that too close issue. I can’t figure out how to make it track anything from 20 yards off.
Yes, mine is black also, and it doesn't seem to matter if she is on green grass, blacktop road, or a plowed field, the lock box will show her as a dog, and then immediately drop her, strange.
 
Yeah. Me too. And my dog is mostly a giant schnauzer - so pitch black. I would think that because he contrasts strongly with everything the drone would track him well.
But not so. It loses him almost immediately.

And I never did figure out that too close issue. I can’t figure out how to make it track anything from 20 yards off.
Dynamic Track seems to be very inconsistent. I've had similar problems. I actually came here looking for any helpful hints that may garner better results. The only thing I've been able to track was myself from behind for a couple of minutes. My dog: Nope, Other People: Nope, A Pontoon Boat: Nope, Another Drone: Nope.

It seems to recognize people & dogs but recognizing & actually tracking what was recognized seems to be disconnected.
 
Just got back from the park and I was trying to track my dog. No luck no matter what I did. It would recognize and show the dog symbol, but almost immediately after locking on, it would stop. It locked on and tracked my wife, who was with the dog, without issue.

Hopefully, someone figures that out because I would really like to have the drone follow my dog when we are off lead.
 

Latest threads

Members online

No members online now.

Forum statistics

Threads
11,280
Messages
102,953
Members
9,878
Latest member
Elio-Italy