You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, is this command is working for QNX hrpsys version 315.1.8 and if yes what is zmp list? if it is not working what is the option for moving all joints (no matter in which group ther are located) together?
robot.playPattern?
Type: instancemethod
String Form:<bound method NextageClient.playPattern of <nextage_ros_bridge.nextage_client.NextageClient object at 0x7fdc274e6650>>
File: /opt/ros/indigo/lib/python2.7/dist-packages/hrpsys/hrpsys_config.py
Definition: robot.playPattern(self, jointangles, rpy, zmp, tm)
Docstring:
!@brief
Play motion pattern using a given trajectory that is represented by
a list of joint angles, rpy, zmp and time.
@param jointangles list of list of float:
The whole list represents a trajectory. Each element
of the 1st degree in the list consists of the joint
angles.
@param rpy list of float: Orientation in rpy.
@param zmp list of float: TODO: description
@param tm float: Time to complete the task.
@return bool:
I've never used this method so am not sure what values to be used. If someone could guide us here (and possibly update the api doc too) that'll be appreciated.
The text was updated successfully, but these errors were encountered:
First, is this command is working for QNX hrpsys version 315.1.8 and if
yes what is zmp list? if it is not working what is the option for moving
all joints (no matter in which group ther are located) together?
robot.playPattern?
Type: instancemethod
String Form:<bound method NextageClient.playPattern of <nextage_ros_bridge.nextage_client.NextageClient object at 0x7fdc274e6650>>
File: /opt/ros/indigo/lib/python2.7/dist-packages/hrpsys/hrpsys_config.py
Definition: robot.playPattern(self, jointangles, rpy, zmp, tm)
Docstring:
!@brief
Play motion pattern using a given trajectory that is represented by
a list of joint angles, rpy, zmp and time.
@param jointangles list of list of float:
The whole list represents a trajectory. Each element
of the 1st degree in the list consists of the joint
angles. @param rpy list of float: Orientation in rpy. @param zmp list of float: TODO: description @param tm float: Time to complete the task. @return bool:
I've never used this method so am not sure what values to be used. If
someone could guide us here (and possibly update the api doc too) that'll
be appreciated.
From tork-a/rtmros_nextage#275 (comment) by @shzargar
I've never used this method so am not sure what values to be used. If someone could guide us here (and possibly update the api doc too) that'll be appreciated.
The text was updated successfully, but these errors were encountered: