|
| def | __del__ (self) |
| |
| def | __init__ (self, simulator, radius=2, wheeld=20, pos=(0, 0, math.pi/2)) |
| |
| def | delete (self) |
| |
| def | draw (self) |
| |
| def | get_name (self) |
| |
| def | get_pos (self) |
| |
| def | on_apply_input (self) |
| |
| def | on_apply_param (self) |
| |
| def | on_reset_output (self) |
| |
| def | on_update (self) |
| |
| def | property_page (self) |
| |
| def | set_pos (self, x, y, th) |
| |
| def | set_wheel_velocity (self, wl, wr) |
| |
| def | __init__ (self, simulator) |
| |
| def | get_tick (self) |
| |
| def | translate (self, x, y, dx, dy, dth) |
| |
Definition at line 524 of file TkMobileRobotSimulator.py.
◆ __init__()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.__init__ |
( |
|
self, |
|
|
|
simulator, |
|
|
|
radius = 2, |
|
|
|
wheeld = 20, |
|
|
|
pos = (0, 0, math.pi/2) |
|
) |
| |
◆ __del__()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.__del__ |
( |
|
self | ) |
|
◆ delete()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.delete |
( |
|
self | ) |
|
◆ draw()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.draw |
( |
|
self | ) |
|
◆ get_name()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.get_name |
( |
|
self | ) |
|
◆ get_pos()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.get_pos |
( |
|
self | ) |
|
◆ on_apply_input()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.on_apply_input |
( |
|
self | ) |
|
◆ on_apply_param()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.on_apply_param |
( |
|
self | ) |
|
◆ on_reset_output()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.on_reset_output |
( |
|
self | ) |
|
◆ on_update()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.on_update |
( |
|
self | ) |
|
◆ property_page()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.property_page |
( |
|
self | ) |
|
◆ set_pos()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.set_pos |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
th |
|
) |
| |
◆ set_wheel_velocity()
| def OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.set_wheel_velocity |
( |
|
self, |
|
|
|
wl, |
|
|
|
wr |
|
) |
| |
◆ comp
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.comp |
◆ count
| int OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.count = 0 |
|
static |
◆ dentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.dentry |
◆ fig
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.fig |
◆ id
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.id |
◆ model
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.model |
◆ name
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.name |
◆ rentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.rentry |
◆ tentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.tentry |
◆ th
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.th |
◆ th_deg
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.th_deg |
◆ tick
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.tick |
◆ wl
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.wl |
◆ wlentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.wlentry |
◆ wr
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.wr |
◆ wrentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.wrentry |
◆ xentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.xentry |
◆ yentry
| OpenRTM_aist.examples.MobileRobotCanvas.TkMobileRobotSimulator.DDMobileRobot.yentry |
The documentation for this class was generated from the following file: