We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use C++ to implement the code of WAMFactorGraphExample.m in matlab, I am getting SIGSEGV error using ObstacleSDFFactorGPArm.
Code: graph.add(ObstacleSDFFactorGPArm(key_pos1, key_vel1, key_pos2, key_vel2,WAM_Arm, sdf, cost_sigma, epsilon_dist, Qc_model, delta_t, tau));
Error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Could you please tell me why this happed and how to fix it?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use C++ to implement the code of WAMFactorGraphExample.m in matlab, I am getting SIGSEGV error using ObstacleSDFFactorGPArm.
Code:
graph.add(ObstacleSDFFactorGPArm(key_pos1, key_vel1, key_pos2, key_vel2,WAM_Arm, sdf, cost_sigma, epsilon_dist, Qc_model, delta_t, tau));
Error:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Could you please tell me why this happed and how to fix it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: