Skip to content

Commit

Permalink
Update particle_filter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgang-stefani committed Jan 12, 2021
1 parent c411c33 commit 7c96db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/particle_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class ParticleFilter {
* @param observations Vector of landmark observations
* @param map Map class containing map landmarks
*/

double calculate_multivariate_normal_distribution(double std_landmark_x, double std_landmark_y, double observation_x, double observation_y, double map_x, double map_y);

void updateWeights(double sensor_range, double std_landmark[],
const std::vector<LandmarkObs> &observations,
const Map &map_landmarks);
Expand Down

0 comments on commit 7c96db0

Please sign in to comment.