Skip to content

Commit 696ac5f

Browse files
authored
Fix casing error
1 parent 1a4bf43 commit 696ac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cflib/localization/lighthouse_initial_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _add_solution_permutations(cls, solutions: dict[int, BsPairPoses],
141141
142142
:param solutions: All possible positions of the base stations, in the reference frame of the Crazyflie in one
143143
sample
144-
:param position_permutations: Aggregated possible solutions. A dictionary with base staTion pairs as keys,
144+
:param position_permutations: Aggregated possible solutions. A dictionary with base station pairs as keys,
145145
mapped to lists of lists of possible positions. For instance, the entry for (2, 1)
146146
would contain a list of lists with 4 positions each, for where base station 1
147147
might be located in the base station 2 reference frame.

0 commit comments

Comments
 (0)