Skip to content
Snippets Groups Projects
Commit b78cdbda authored by Davis, Duane T's avatar Davis, Duane T
Browse files

Updated control constants to perform better on bare metal

parent 18c68ba4
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ class SimpleRobot(object):
def setControlConstants(self, newCaptureDist=1.5, newMaxXDot=1.0, \
newMaxThetaDot=0.77, newXCmdC1=2.0, newXCmdC2=1.0, \
newPDThetaC1=3.0, newPDThetaC2=1.0):
newMaxThetaDot=0.52, newXCmdC1=2.0, newXCmdC2=1.25, \
newPDThetaC1=2.2, newPDThetaC2=1.0):
'''Used to change the vehicle control constants from the default value
(ensures value validity as well)
@param newCaptureDist: updated distance to consider a waypoint "achieved"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment