Skip to content

Commit

Permalink
removed filter_node separated main file
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioc76 committed Apr 10, 2024
1 parent 1731197 commit d258965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class ParticleFilter {

private:
std::mt19937 generator;
static const int num_particles = 750;
static const int num_particles = 10;
double gps_noise[1] = {0.45};
double odom_noise[3] = {0.05, 0.05, 0.01};
std::vector<Particle> particles;
Expand Down

0 comments on commit d258965

Please sign in to comment.