fixed description of expected data in comment
This commit is contained in:
parent
b7242359dc
commit
d57a125ec0
|
@ -64,7 +64,7 @@ class Robot:
|
||||||
listening = True
|
listening = True
|
||||||
try:
|
try:
|
||||||
while listening:
|
while listening:
|
||||||
# expected data: '(t, u1, u2)'\n"
|
# expected data: '(u1, u2)'\n"
|
||||||
# where ui = control for motor i
|
# where ui = control for motor i
|
||||||
# ui \in [-1.0, 1.0]
|
# ui \in [-1.0, 1.0]
|
||||||
data = comm_socket.readline()
|
data = comm_socket.readline()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user