Cannot use 'uavDubinsConnection'
조회 수: 5 (최근 30일)
이전 댓글 표시
I am using MATLAB R2019b. It does have 'uavDubinsConnection ()' function in the online documentation, but when I try to use it, it results in following error:
Unrecognized function or variable 'uavDubinsConnection'
Please advise on how it can be resolved.
댓글 수: 0
답변 (1개)
Sai Bhargav Avula
2020년 3월 1일
편집: Sai Bhargav Avula
2020년 3월 1일
Hi,
uavDubinsConnection function needs Robotics System Toolbox. Check if the you have installed the toolbox.
Hope this helps!
댓글 수: 3
Sai Bhargav Avula
2020년 3월 1일
try rehashing the toolbox, this can be done by the following command
rehash toolboxcache
Also, the answer in the given below link explains all the cases why this issue occurs and how this can be solved,
Tiger Tiger
2020년 12월 28일
Install the 2020b version of MATLAB, including the UAV toolbox, uavDubinsConnection in the UAV toolbox
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!