Balakumar Sundaralingam
Balakumar Sundaralingam
Can you paste here the output of nvidia-smi?
Thanks @Yucheng-Tang for finding this solution.
It looks like warmup failed. Can you warmup with an empty world and then add your world? You can do that by: 1. passing `collision_cache = {"obb": 10}` to `MotionGenConfig.load_from_robot_config`...
Is it possible for you to share the full python file including the imports?
Hi, does your code require any additional input to generate your error? I can debug by running your code but currently it looks like it needs additional information.
We have changed the graph so that warmup is not required before adding a waypoint. This should fix your issue. Please re-open if it doesn't.
This might also need an argument to specify which links to omit. Instead if you want to only plan for end-effector, you should load the robot yaml file and then...
We are working on a fix, the alternative is to comment out the next line which is `motion_gen.warmup()`.
Fixed in latest main. Feel free to re-open if issue still persists.
Thanks for this fix, let me go through the MR to understand why scale was being applied twice.