Undefined function or variable 'createRigidBodyTree'.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tasneem Khan
el 29 de Oct. de 2019
Comentada: 勇刚 张
el 4 de Dic. de 2021
I have the Robotics System Toolbox installed but this error shows up when I try to use this line of code
robot = createRigidBodyTree ;
1 comentario
Respuesta aceptada
Cam Salzberger
el 30 de Oct. de 2019
Hello Tasneem,
"createRigidBodyTree" is not a function that ships with RST, or any MATLAB toolbox as far as I can tell. It appears to be part of a file-exchange submission designed to demonstrate some of the robotics-related capability. Did you have a previous version of MATLAB that this worked with, and now that you have installed R2018b it no longer works? If that is the case, you may simply need to add the folders back to the MATLAB search path again.
-Cam
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Robotics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!