Skip to content

Commit 2667854

Browse files
authored
Update keyboard_control_y.py
Signed-off-by: Pyo <pyo@robotis.com>
1 parent 9c75dcb commit 2667854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

open_manipulator_teleop/scripts/keyboard_control_y.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self):
6565
self.last_command_time = time.time()
6666
self.command_interval = 0.02
6767

68-
self.running = True # 스레드 루프 제어용
68+
self.running = True # for thread loop control
6969

7070
self.get_logger().info('Waiting for /joint_states...')
7171
self.rate = self.create_rate(10)

0 commit comments

Comments
 (0)