PyRep icon indicating copy to clipboard operation
PyRep copied to clipboard

Directly Get End-Effector Trajectory from Planner

Open hanyangclarence opened this issue 7 months ago • 1 comments

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?

hanyangclarence avatar Apr 12 '25 07:04 hanyangclarence