Skip to content

Commit

Permalink
Vision std devs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlists committed Mar 16, 2024
1 parent b128b6d commit 4978c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def setup(self) -> None:
self.get_module_positions(),
initial_pose,
stateStdDevs=(0.05, 0.05, 0.01),
visionMeasurementStdDevs=(0.4, 0.4, 0.03),
visionMeasurementStdDevs=(0.4, 0.4, 0.3),
)
self.field_obj = self.field.getObject("fused_pose")
self.set_pose(initial_pose)
Expand Down

0 comments on commit 4978c97

Please sign in to comment.