added von mises distributionb
quick&dirty: added activity to the grid-walkers
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
int times = 3;
|
||||
float pOther = 0.10;
|
||||
|
||||
GridWalkState<T> getDestination(Grid<T>& grid, const GridWalkState<T>& start, float distance_m, float headChange_rad) {
|
||||
GridWalkState<T> getDestination(Grid<T>& grid, const GridWalkState<T>& start, float distance_m, float headChange_rad, Activity act) {
|
||||
|
||||
|
||||
// update the center-of-mass
|
||||
|
||||
Reference in New Issue
Block a user