added boxkde resamplin in 2D and 3D

read activity out of sensor offline file
This commit is contained in:
toni
2018-11-24 17:09:41 +01:00
parent 9388e6e725
commit 1dac907004
13 changed files with 180 additions and 48 deletions

View File

@@ -82,7 +82,7 @@ namespace NM {
NavMeshRandom<Tria> rnd = reachable.getRandom(); // random-helper
re.location = rnd.draw(); // get a random destianation
re.heading = Heading(params.start.pos.xy(), re.location.pos.xy()); // update the heading
re.heading = Heading(params.start.pos.xy(), re.location.pos.xy()); // update the heading
++misses;
}