Skip to content

Commit a6eefa1

Browse files
author
Shervin Javdani
committed
slightly more helpful comment
1 parent eddbbe8 commit a6eefa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/base/wam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def MoveUntilTouch(manipulator, direction, distance, max_distance=float('+inf'),
254254
@param max_distance maximum distance in meters
255255
@param max_force maximum force in Newtons
256256
@param max_torque maximum torque in Newton-Meters
257-
@param ignore_collisions collisions with these objects are ignored in simulation
257+
@param ignore_collisions collisions with these objects are ignored when planning the path, e.g. the object you think you will touch
258258
@param **kw_args planner parameters
259259
@return felt_force flag indicating whether we felt a force.
260260
"""

0 commit comments

Comments
 (0)