Variables | |
goal = Pose2D() | |
goal_left = StepTarget() | |
goal_right = StepTarget() | |
planSrv = rospy.ServiceProxy("plan_footsteps", PlanFootsteps) | |
resp = planSrv(start, goal) | |
start = Pose2D() | |
start_left = StepTarget() | |
start_right = StepTarget() | |
theta | |
x | |
y | |
plan_footsteps.goal = Pose2D() |
Definition at line 34 of file plan_footsteps.py.
plan_footsteps.goal_left = StepTarget() |
Definition at line 51 of file plan_footsteps.py.
plan_footsteps.goal_right = StepTarget() |
Definition at line 52 of file plan_footsteps.py.
plan_footsteps.planSrv = rospy.ServiceProxy("plan_footsteps", PlanFootsteps) |
Definition at line 32 of file plan_footsteps.py.
Definition at line 46 of file plan_footsteps.py.
plan_footsteps.start = Pose2D() |
Definition at line 33 of file plan_footsteps.py.
plan_footsteps.start_left = StepTarget() |
Definition at line 49 of file plan_footsteps.py.
plan_footsteps.start_right = StepTarget() |
Definition at line 50 of file plan_footsteps.py.
plan_footsteps.theta |
Definition at line 38 of file plan_footsteps.py.
plan_footsteps.x |
Definition at line 36 of file plan_footsteps.py.
plan_footsteps.y |
Definition at line 37 of file plan_footsteps.py.