How do we change position of robot in examples? #155
-
Hello, When executing Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
cuRobo plans everything with respect to the robot's base frame. It doesn't have a world frame concept. The collision sphere visualization does not read the current robot pose in the world as it's only for debugging. In the examples, obstacles are automatically transformed to the robot's base frame even when you change the robot position. However, the target pose is not transformed. If you can read the robot's base frame and convert the target pose to be in that reference frame, then everything would work. |
Beta Was this translation helpful? Give feedback.
cuRobo plans everything with respect to the robot's base frame. It doesn't have a world frame concept. The collision sphere visualization does not read the current robot pose in the world as it's only for debugging.
In the examples, obstacles are automatically transformed to the robot's base frame even when you change the robot position. However, the target pose is not transformed. If you can read the robot's base frame and convert the target pose to be in that reference frame, then everything would work.