Skip to content

Commit

Permalink
Add more particles for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookfighter committed Aug 29, 2018
1 parent 1d006a4 commit 97475ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_particle_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST_CASE("Particle Filter")
SECTION("initialize")
{
ParticleFilter pf(new IdentityMotionModel(), new IdentitySensorModel());
pf.setParticleCount(10000);
pf.setParticleCount(50000);
pf.setSeed(0);

Eigen::VectorXd state(3);
Expand Down

0 comments on commit 97475ac

Please sign in to comment.