Example #1
0
def getPlanJSONString():
  """
    getPlanJSONString() -> std::string

    Saves planner values to a JSON string. 
    """
  return _motionplanning.getPlanJSONString()
Example #2
0
def getPlanJSONString():
  """
    getPlanJSONString() -> std::string

    Saves planner values to a JSON string. 
    """
  return _motionplanning.getPlanJSONString()
Example #3
0
def getPlanJSONString():
    """
    Saves planner values to a JSON string.  

    Returns:
        (str):
    """
    return _motionplanning.getPlanJSONString()
Example #4
0
def getPlanJSONString():
    """
    Saves planner values to a JSON string.  

    Returns:
        (str):
    """
    return _motionplanning.getPlanJSONString()