Skip to content

Commit 85898d0

Browse files
knorth55corot
authored andcommitted
Revert "Update mbf_abstract_nav/src/mbf_abstract_nav/__init__.py"
This reverts commit 5b1f67a.
1 parent 7ca3cd5 commit 85898d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbf_abstract_nav/src/mbf_abstract_nav/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def add_mbf_abstract_nav_params(gen):
3939
gen.add("oscillation_distance", double_t, 0,
4040
"How far in meters the robot must move to be considered not to be oscillating", 0.5, 0, 10)
4141
gen.add("oscillation_angle", double_t, 0,
42-
"How far in radians the robot must rotate to be considered not to be oscillating", math.pi, 0, 2*math.pi)
42+
"How far in radian the robot must rotate to be considered not to be oscillating", 3.14, 0, 6.28)

0 commit comments

Comments
 (0)