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
I am working on RLBench. In their script, they call the get_path() function in class pyrep.robots.arms.arm.Arm. This function returns a list of floats, which I guess is the joint values in the joint space. Now I directly want the path in task space (i.e., the end-effector trajectory) from the path planner. Is there any way to get that?
The text was updated successfully, but these errors were encountered:
Thanks for your great work!
I am working on RLBench. In their script, they call the
get_path()
function in classpyrep.robots.arms.arm.Arm
. This function returns a list of floats, which I guess is the joint values in the joint space. Now I directly want the path in task space (i.e., the end-effector trajectory) from the path planner. Is there any way to get that?The text was updated successfully, but these errors were encountered: