Skip to content

Commit

Permalink
Update mbf_abstract_nav/src/mbf_abstract_nav/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Silva <[email protected]>
  • Loading branch information
knorth55 and siferati authored Nov 21, 2023
1 parent ffc6c2f commit 5b1f67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbf_abstract_nav/src/mbf_abstract_nav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def add_mbf_abstract_nav_params(gen):
gen.add("oscillation_distance", double_t, 0,
"How far in meters the robot must move to be considered not to be oscillating", 0.5, 0, 10)
gen.add("oscillation_angle", double_t, 0,
"How far in radian the robot must rotate to be considered not to be oscillating", 3.14, 0, 6.28)
"How far in radians the robot must rotate to be considered not to be oscillating", math.pi, 0, 2*math.pi)

0 comments on commit 5b1f67a

Please sign in to comment.