We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca3cd5 commit 85898d0Copy full SHA for 85898d0
1 file changed
mbf_abstract_nav/src/mbf_abstract_nav/__init__.py
@@ -39,4 +39,4 @@ def add_mbf_abstract_nav_params(gen):
39
gen.add("oscillation_distance", double_t, 0,
40
"How far in meters the robot must move to be considered not to be oscillating", 0.5, 0, 10)
41
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)
+ "How far in radian the robot must rotate to be considered not to be oscillating", 3.14, 0, 6.28)
0 commit comments