Error to Create a CollisionModel object of a grand trophy

2 vues (au cours des 30 derniers jours)
bilal javed
bilal javed le 12 Mar 2019
Modifié(e) : bilal javed le 14 Mar 2019
I am trying to create this CollisionModel pHRIWARE, it process well in the demo as shown below (without any output of trophy). But it gives me this error when I tried to run ColisionModel(base,cup). The objects base and cup are already in the workspace after running demo.
Error using sym2func (line 50)
Error: Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise,
check for mismatched delimiters.
Error in Curvilinear/check (line 222)
if isa(inside,'sym'), inside = sym2func(inside); end
Error in CollisionModel (line 87)
funcs{i} = shapes{i}.check;1.png
Untitled.png

Réponses (0)

Catégories

En savoir plus sur Robotics dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by