|
@@ -34,7 +34,7 @@ class BaseController:
|
|
|
self.rate = float(rospy.get_param("~base_controller_rate", 20))
|
|
|
self.timeout = rospy.get_param("~base_controller_timeout", 0.7)
|
|
|
|
|
|
- self.debugPID = rospy.get_param('/dynamic_tutorials/debugPID', False)
|
|
|
+ self.debugPID = rospy.get_param('~debugPID', False)
|
|
|
|
|
|
pid_params = dict()
|
|
|
pid_params['wheel_diameter'] = rospy.get_param("~wheel_diameter", 0.058)
|