This commit is contained in:
NikolajDanger
2022-10-10 15:03:16 +02:00
parent 8884013910
commit 1c5a0edc0b

View File

@ -196,7 +196,7 @@ try:
# Initialize particles # Initialize particles
num_particles = 2000 num_particles = 10000
particles = initialize_particles(num_particles) particles = initialize_particles(num_particles)
est_pose = particle.estimate_pose(particles) # The estimate of the robots current pose est_pose = particle.estimate_pose(particles) # The estimate of the robots current pose