ROS Gazebo vision.BlobAnalysis Error
Mostrar comentarios más antiguos
Hi all,
I am facing the problem with the vision.BlobAnalysis class for ROS beginner tutorial.
Following is the error:
Array formation and parentheses-style indexing with
objects of class 'vision.BlobAnalysis' is not allowed.
Use objects of class 'vision.BlobAnalysis' only as
scalars or use a cell array.
Error in detectCircle (line 37)
[centroids,majorAxes] = detector(imgBW);
Error in gazeboExampleMATLAB (line 29)
[centerX,centerY,circleSize] =
detectCircle(img,resizeScale);

please suggest, how can I resolve the error. Thank you very much in advance.
Respuesta aceptada
Más respuestas (1)
Ravindra
el 14 de Sept. de 2018
0 votos
Categorías
Más información sobre Network Connection and Exploration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!