Skip to content

Commit 7ca3cd5

Browse files
knorth55siferati
authored andcommitted
Update mbf_abstract_nav/src/mbf_abstract_nav/__init__.py
Co-authored-by: Tiago Silva <15384781+siferati@users.noreply.github.com>
1 parent b39a5fd commit 7ca3cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 radian the robot must rotate to be considered not to be oscillating", 3.14, 0, 6.28)
42+
"How far in radians the robot must rotate to be considered not to be oscillating", math.pi, 0, 2*math.pi)

0 commit comments

Comments
 (0)