
Public Member Functions | |
| def | __init__ (self, rate) |
| def | run (self) |
| def | stop (self) |
| def | update (self, x, y, z, th, speed, turn) |
| def | wait_for_subscribers (self) |
Public Attributes | |
| condition | |
| done | |
| publisher | |
| speed | |
| th | |
| timeout | |
| turn | |
| x | |
| y | |
| z | |
Definition at line 70 of file teleop_twist_keyboard.py.
| def teleop_twist_keyboard.PublishThread.__init__ | ( | self, | |
| rate | |||
| ) |
Definition at line 71 of file teleop_twist_keyboard.py.
| def teleop_twist_keyboard.PublishThread.run | ( | self | ) |
Definition at line 120 of file teleop_twist_keyboard.py.
| def teleop_twist_keyboard.PublishThread.stop | ( | self | ) |
Definition at line 115 of file teleop_twist_keyboard.py.
| def teleop_twist_keyboard.PublishThread.update | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| th, | |||
| speed, | |||
| turn | |||
| ) |
Definition at line 103 of file teleop_twist_keyboard.py.
| def teleop_twist_keyboard.PublishThread.wait_for_subscribers | ( | self | ) |
Definition at line 92 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.condition |
Definition at line 80 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.done |
Definition at line 81 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.publisher |
Definition at line 73 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.speed |
Definition at line 78 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.th |
Definition at line 77 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.timeout |
Definition at line 86 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.turn |
Definition at line 79 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.x |
Definition at line 74 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.y |
Definition at line 75 of file teleop_twist_keyboard.py.
| teleop_twist_keyboard.PublishThread.z |
Definition at line 76 of file teleop_twist_keyboard.py.