error in testing a new robot in certain example #174
-
Hello, I have trouble running motion_gen_example.py with my own robot yaml file. The result turns out that IK solver fails as below.
It seems that my yaml file has something wrong. However, when I run the motion_gen_reacher.py in Isaac Sim folder with the same file, the simulation works well. sunlogin_20240305181657.mp4I wonder why and how can I figure out where the problem lies in the yaml file? By the way, if I need to apply curobo to my real robot, do I still need the yaml file in my script and is there any instruction for use in real robot? Thank you! Here is the yml file if you would like to see. flexiv.yml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The motion_gen_example.py uses a different collision environment with a pole. I suspect that the start configuration of your robot might be in collision. |
Beta Was this translation helpful? Give feedback.
The motion_gen_example.py uses a different collision environment with a pole. I suspect that the start configuration of your robot might be in collision.