Balakumar Sundaralingam

Results 72 comments of Balakumar Sundaralingam

Can you try the latest main? We updated the examples to work with Isaac Sim 4.0.

Thanks! You are welcome to submit a Pull Request. If we don't get one, we can fix in a future release.

You might need to reinstall packaging as that's where the error is occurring. pip install packaging ?

Not sure what's happening here. We do have it installed and working with python 3.10. Are you able to run this inside a docker on the same machine?

The WorldConfig needs to be converted to supported types: update_world(WorldConfig(...).get_collision_check_world()

You can make it deterministic by calling `motion_gen.reset(reset_seed=True)` between planning calls.

I think this is because the optimization problem is doing the following: 1. For first 75% of the trajectory, the robot can move in any direction 2. For remaining 25%...

Do you have a minimal script that can help us reproduce?

Loading kinematics in cuRobo from an USD file is experimental and might not work for all robots. Based on your visualization of the robot spheres, it seems that the robot...