Skip to content

Commit

Permalink
slightly reduced noise and moved waypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rbridges12 committed Feb 17, 2024
1 parent d172136 commit 27eaa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/simulator/simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ objects:
- type: urdf
name: tag_0
uri: package://mrover/urdf/world/tag_0.urdf.xacro
translation: [ -3, -3, 0.7 ]
translation: [ -2, -2, 0.7 ]
- type: urdf
name: tag_1
uri: package://mrover/urdf/world/tag_1.urdf.xacro
Expand Down
2 changes: 1 addition & 1 deletion src/simulator/simulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace mrover {

// TODO: make variances configurable
std::default_random_engine mRNG;
std::normal_distribution<double> mGPSDist{0, 0.5},
std::normal_distribution<double> mGPSDist{0, 0.2},
mAccelDist{0, 0.05},
mGyroDist{0, 0.02},
mMagDist{0, 0.1},
Expand Down

0 comments on commit 27eaa1c

Please sign in to comment.