How to assign the base position of the robot? #356
-
Hi, when i use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
from helper import add_robot_to_scene |
Beta Was this translation helpful? Give feedback.
-
cuRobo represents everything with respect to the robot base frame. So you would have to convert from any additional offset from world to robot base frame external to the motion planning and other APIs. We provide a frame transformation helper here: https://curobo.org/_api/curobo.types.math.html#curobo.types.math.Pose |
Beta Was this translation helpful? Give feedback.
-
May I ask how you answered the two questions you raised? Is the setting of robot coordinates using the function compute_local_pose? How is it used? |
Beta Was this translation helpful? Give feedback.
cuRobo represents everything with respect to the robot base frame. So you would have to convert from any additional offset from world to robot base frame external to the motion planning and other APIs. We provide a frame transformation helper here: https://curobo.org/_api/curobo.types.math.html#curobo.types.math.Pose