robotics system toolbox example issue
9 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Cam Salzberger
2020 年 2 月 19 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!