-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault occurred using rlPlanDemo #86
Comments
rlPlanDemo requires a scenario description in XML format as described in the Specify a Path Planning Scenario tutorial on our website, see also the corresponding XML schema. For the filenames of the kinematic and geometric models in that description you can then specify a URDF file. |
Thanks for the fast reply and your time. I will try this and go through the rlPlanDemo again. |
Hi,I have some more questions to ask you,when i go through the rlPlanDemo,i can't find some code about QAction for MousePressEvent,It is some dropdown boxes are shown in the figure,could you tell me which file these codes are located in. |
Hello,my friend,i am trying to use RL to operate a real KUKA robot,I have code a program using xml to communicate before,by this way,i need to write relevant program in the control cabinet as well.when i go through the rlAxisControllerDemo,I am little confused about this piece of code.Can you help me answer my confusion.Here is the partial code for the Coach.cpp
I don't know What is variable 'i' represent,and |
The dropdown boxes are part of the SoQt framework's default viewers, e.g., SoQtExaminerViewer. The For controlling a real Kuka industrial robot, you require an implementation of the real-time interface for that specific protocol. One option for the Kuka is using the Robot Sensor Interface (RSI) that requires an extra technology package from the manufacturer. The Kuka iiwa robot uses the optional Fast Robot Interface (FRI). |
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!
The text was updated successfully, but these errors were encountered: