Skip to content

Commit ed50f52

Browse files
author
Andrea Ponza
committed
fix typos
1 parent 8077c9e commit ed50f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mvp_grasping/ros_nodes/grasp_entropy_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def update_service_handler(self, req):
9595
"""
9696
Update the GridWorld with a new observation, compute the viewpoint entropy and generate a new command.
9797
:param req: Ignored
98-
:return: NextViewpointResponse (success flag, best grsap, velocity command)
98+
:return: NextViewpointResponse (success flag, best grasp, velocity command)
9999
"""
100100

101101
# Some initial checks

0 commit comments

Comments
 (0)