Skip to content

Commit bc73e3d

Browse files
committed
chg: update function doc on return type
1 parent 42ea6ee commit bc73e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rcs/ompl/mj_ompl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def _plan_start_goal(self, start: np.ndarray, goal: np.ndarray, allowed_time = D
423423
424424
Returns:
425425
res (bool): True if a solution was found, False otherwise.
426-
sol_path_list (list): List of joint positions in the solution path, if found.
426+
sol_path_list (list[np.ndarray]): List of joint positions in the solution path, if found.
427427
'''
428428
print("Planner params: \n", self.planner.params())
429429

0 commit comments

Comments
 (0)