robotics system toolbox example issue
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hey everyone,
I was trying to follow along with an example from the robotics system toolbox documentation ("plan a reaching trajectory with kinematic constraints") and I keep enclountering this error. I've input the code a few times but I keep getting the same error...

0 Kommentare
Antworten (2)
Fangjun Jiang
am 18 Feb. 2020
Do you have the toolbox? What do you get from "ver robotics"
0 Kommentare
Cam Salzberger
am 19 Feb. 2020
Hello Noah,
The rigidBody function was renamed from robotics.RigidBody in R2019b. If you have an earlier release, you'll need to use robotics.RigidBody (up to R2016b when it was introduced). I suggest always checking the documentation for the release that you are using.
If you do have R2019b, then you may need to confirm that you have the toolbox, as Fangjun sugested, and that it is properly installed and on the MATLAB search path.
-Cam
0 Kommentare
Siehe auch
Kategorien
Mehr zu Robotics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!