Browse Source

Included further details in the comment section of the issue_multipoint_command function.

pull/14/head
Alan G. Sanchez 2 years ago
parent
commit
e1654c781d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/multipoint_command.py

+ 2
- 1
src/multipoint_command.py View File

@ -26,7 +26,8 @@ class MultiPointCommand(hm.HelloNode):
def issue_multipoint_command(self):
"""
Function that makes an action call and sends multiple joint trajectory goals.
Function that makes an action call and sends multiple joint trajectory goals
to the joint_lift, wrist_extension, and joint_wrist_yaw.
:param self: The self reference.
"""
# Set point0 as a JointTrajectoryPoint().

Loading…
Cancel
Save