Balakumar Sundaralingam

Results 72 comments of Balakumar Sundaralingam

This feature is currently not supported.

Can you try in the latest commit. We now explicitly set the last time step to be the goal joint configuration.

Is it possible for you to share the urdf?

Can you try the latest main? We fixed the `max(np.ravel(obs.vertex_colors) > 1.0):` error you were seeing.

Closing due to inactivity. Please re-open if issue has not been fixed.

Did you install git lfs? My guess is that the mesh file was not cloned. Try `sudo apt install git-lfs` followed by `cd curobo && git lfs pull`. If that...

Is it possible for you to run this inside a docker? That would help us reproduce the issue on our end.

We improved error handling for the CUDA kernels, hoping this resolves this issue. I am closing for now as we don't have a way to reproduce. Please re-open if issue...

For MotionGenStatus.INVALID_START_STATE_JOINT_LIMITS, it might be because of the start state being outside of joint limits in the urdf. Can you share the urdf and the curobo robot configuration file? A...

Can you make the joint angles contiguous by using `joint_position.contiguous()` before sending to cuRobo?