Skip to content

Commit

Permalink
[Beetle] increased noise in localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 19, 2023
1 parent 704341f commit e7db9c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions robots/beetle/config/Simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ simulation:

# drift model: e^(-dt * drift_frequency) * curr_drift + dt * gaussian_kernel(sqrt( 2 * drift_frequency) * drfit))
# drift diviation:
ground_truth_vel_drift: 0
ground_truth_rot_drift: 0
ground_truth_angular_drift: 0
ground_truth_vel_drift: 0.1
ground_truth_rot_drift: 0.0
ground_truth_angular_drift: 0.01

# drift frequency:
ground_truth_vel_drift_frequency: 0
ground_truth_rot_drift_frequency: 0
ground_truth_angular_drift_frequency: 0
ground_truth_vel_drift_frequency: 1
ground_truth_rot_drift_frequency: 1
ground_truth_angular_drift_frequency: 0.01

0 comments on commit e7db9c0

Please sign in to comment.