|
| def | __init__ (self, rate) |
| |
| def | run (self) |
| |
| def | stop (self) |
| |
| def | update (self, x, y, z, th, speed, turn, pose_x, pose_y, pose_z, pose_roll, pose_pitch, pose_yaw, pose_speed, pose_turn) |
| |
| def | wait_for_subscribers (self) |
| |
Definition at line 107 of file teleop_legged_robots.py.
◆ __init__()
| def teleop_legged_robots.PublishThread.__init__ |
( |
|
self, |
|
|
|
rate |
|
) |
| |
◆ run()
| def teleop_legged_robots.PublishThread.run |
( |
|
self | ) |
|
◆ stop()
| def teleop_legged_robots.PublishThread.stop |
( |
|
self | ) |
|
◆ update()
| def teleop_legged_robots.PublishThread.update |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
th, |
|
|
|
speed, |
|
|
|
turn, |
|
|
|
pose_x, |
|
|
|
pose_y, |
|
|
|
pose_z, |
|
|
|
pose_roll, |
|
|
|
pose_pitch, |
|
|
|
pose_yaw, |
|
|
|
pose_speed, |
|
|
|
pose_turn |
|
) |
| |
◆ wait_for_subscribers()
| def teleop_legged_robots.PublishThread.wait_for_subscribers |
( |
|
self | ) |
|
◆ condition
| teleop_legged_robots.PublishThread.condition |
◆ delay_wait_print
| teleop_legged_robots.PublishThread.delay_wait_print |
◆ done
| teleop_legged_robots.PublishThread.done |
◆ pose_pitch
| teleop_legged_robots.PublishThread.pose_pitch |
◆ pose_publisher
| teleop_legged_robots.PublishThread.pose_publisher |
◆ pose_roll
| teleop_legged_robots.PublishThread.pose_roll |
◆ pose_speed
| teleop_legged_robots.PublishThread.pose_speed |
◆ pose_turn
| teleop_legged_robots.PublishThread.pose_turn |
◆ pose_x
| teleop_legged_robots.PublishThread.pose_x |
◆ pose_y
| teleop_legged_robots.PublishThread.pose_y |
◆ pose_yaw
| teleop_legged_robots.PublishThread.pose_yaw |
◆ pose_z
| teleop_legged_robots.PublishThread.pose_z |
◆ speed
| teleop_legged_robots.PublishThread.speed |
◆ th
| teleop_legged_robots.PublishThread.th |
◆ timeout
| teleop_legged_robots.PublishThread.timeout |
◆ turn
| teleop_legged_robots.PublishThread.turn |
◆ twist_publisher
| teleop_legged_robots.PublishThread.twist_publisher |
| teleop_legged_robots.PublishThread.x |
| teleop_legged_robots.PublishThread.y |
| teleop_legged_robots.PublishThread.z |
The documentation for this class was generated from the following file: