RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
error | |
Error message. More... | |
path | |
Ff plan_found is equal to 0 (path found), this is an array of waypoints from start to goal. More... | |
plan_found | |
Plan Status. More... | |
Path Planning Plan 2D Cloud Response object. PathPlanningPlan2D.Response
Definition at line 67 of file PathPlanningPlan2D.py.
def RappCloud.CloudMsgs.PathPlanningPlan2D.PathPlanningPlan2D.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 72 of file PathPlanningPlan2D.py.
RappCloud.CloudMsgs.PathPlanningPlan2D.PathPlanningPlan2D.Response.error |
Error message.
Definition at line 81 of file PathPlanningPlan2D.py.
RappCloud.CloudMsgs.PathPlanningPlan2D.PathPlanningPlan2D.Response.path |
Ff plan_found is equal to 0 (path found), this is an array of waypoints from start to goal.
Definition at line 91 of file PathPlanningPlan2D.py.
RappCloud.CloudMsgs.PathPlanningPlan2D.PathPlanningPlan2D.Response.plan_found |
Plan Status.
Can be one of:
Definition at line 88 of file PathPlanningPlan2D.py.