PyRep
PyRep copied to clipboard
Directly Get End-Effector Trajectory from Planner
Thanks for your great work!
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?