Hi,I am researching motion planning for robotic arms and trying to figure out how to use urdf working with RL.I have installed version 0.7.0 before,but i find rlPlanDemo.cpp in the current version on the master branch have already support urdf file,and run this demo using the cmd as follow:
./rlPlanDemo --enable-quit /data/motion_planning/kuka_kr10_r1100-7/urdf/kuka_kr10_r1100-7.urdf
It comes out:
Segmentation fault (core dumped)
But when i use the demo rlCoachMdl ,it works
I believe that my urdf file and the calling method for stl files is correct
Is there a problem with my function usage

I am looking forward to your reply,and thanks for help!
Hi,I am researching motion planning for robotic arms and trying to figure out how to use urdf working with RL.I have installed version 0.7.0 before,but i find rlPlanDemo.cpp in the current version on the master branch have already support urdf file,and run this demo using the cmd as follow:

./rlPlanDemo --enable-quit /data/motion_planning/kuka_kr10_r1100-7/urdf/kuka_kr10_r1100-7.urdf
It comes out:
Segmentation fault (core dumped)
But when i use the demo rlCoachMdl ,it works
I believe that my urdf file and the calling method for stl files is correct
Is there a problem with my function usage
I am looking forward to your reply,and thanks for help!