Public Member Functions | |
| def | __init__ (self) |
| def | publishMoveBaseGoalWaitForReply (self, x, y, yaw, comment) |
| def | run (self) |
Public Attributes | |
| loop_msec | |
| offsetX | |
| offsetY | |
| scaleX | |
| scaleY | |
| waitAtEachVertex | |
| waypointName | |
Static Public Attributes | |
| list | figure8octagon |
| list | figureBox |
| list | figureLine |
| Define lists of waypoints in terms of X,Y values in meters and robot angular yaw pose The entries on each waypoint are as follows: 1) X coordinate in the map in meters 2) Y coordinate in the map in meters 3) Angle in radians that the robot assumes once at X,Y 4) A simple text comment. More... | |
| list | figureOctagon |
Definition at line 63 of file move_patterns.py.
| def move_patterns.Controller.__init__ | ( | self | ) |
Definition at line 126 of file move_patterns.py.
| def move_patterns.Controller.publishMoveBaseGoalWaitForReply | ( | self, | |
| x, | |||
| y, | |||
| yaw, | |||
| comment | |||
| ) |
Definition at line 198 of file move_patterns.py.
| def move_patterns.Controller.run | ( | self | ) |
Definition at line 235 of file move_patterns.py.
|
static |
Definition at line 101 of file move_patterns.py.
|
static |
Definition at line 80 of file move_patterns.py.
|
static |
Define lists of waypoints in terms of X,Y values in meters and robot angular yaw pose The entries on each waypoint are as follows: 1) X coordinate in the map in meters 2) Y coordinate in the map in meters 3) Angle in radians that the robot assumes once at X,Y 4) A simple text comment.
Definition at line 74 of file move_patterns.py.
|
static |
Definition at line 89 of file move_patterns.py.
| move_patterns.Controller.loop_msec |
Definition at line 131 of file move_patterns.py.
| move_patterns.Controller.offsetX |
Definition at line 139 of file move_patterns.py.
| move_patterns.Controller.offsetY |
Definition at line 140 of file move_patterns.py.
| move_patterns.Controller.scaleX |
Definition at line 137 of file move_patterns.py.
| move_patterns.Controller.scaleY |
Definition at line 138 of file move_patterns.py.
| move_patterns.Controller.waitAtEachVertex |
Definition at line 134 of file move_patterns.py.
| move_patterns.Controller.waypointName |
Definition at line 136 of file move_patterns.py.