Regular API function

simGetPathPlanningHandle (DEPRECATED)

Description DEPRECATED. See the OMPL library based path/motion planning functionality instead.

Retrieves the handle of a path planning object. The operation of this function depends on the current name suffix settings (see simGetNameSuffix, simSetNameSuffix, and the section on accessing general-type objects). See also simIsHandleValid.
C synopsis simInt simGetPathPlanningHandle(const simChar* pathPlanningObjectName)
C parameters
pathPlanningObjectName: name of the path planning object
C return value
handle of the path planning object or -1 if operation was not successful
Lua synopsis number pathPlanningObjectHandle=simGetPathPlanningObject(string pathPlanningObjectName)
Lua parameters
Same as C-function
Lua return values
Same as C-function

All regular API functions on one page