mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 11:14:08 +05:30
indentation error fix
This commit is contained in:
parent
accf74fa79
commit
9ba29fa8c5
@ -254,8 +254,8 @@ class Arduino:
|
|||||||
print "Updating PID parameters"
|
print "Updating PID parameters"
|
||||||
cmd = 'L ' + str(lKp) + ':' + str(lKd) + ':' + str(lKi) + ':' + str(lKo)
|
cmd = 'L ' + str(lKp) + ':' + str(lKd) + ':' + str(lKi) + ':' + str(lKo)
|
||||||
self.execute_ack(cmd)
|
self.execute_ack(cmd)
|
||||||
cmd = 'R ' + str(rKp) + ':' + str(rKd) + ':' + str(rKi) + ':' + str(rKo)
|
cmd = 'R ' + str(rKp) + ':' + str(rKd) + ':' + str(rKi) + ':' + str(rKo)
|
||||||
self.execute_ack(cmd)
|
self.execute_ack(cmd)
|
||||||
|
|
||||||
def get_baud(self):
|
def get_baud(self):
|
||||||
''' Get the current baud rate on the serial port.
|
''' Get the current baud rate on the serial port.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user