필터 지우기
필터 지우기

Where is Pure Pursuit class located? Is it available for free?

조회 수: 1 (최근 30일)
Nisarg Patel
Nisarg Patel 2017년 2월 25일
편집: Vandana Rajan 2017년 2월 28일
I am simulating a robot that follows a set of co-ordinates. How do I create an object and make it follow the path created by those co-ordinates? I know that Pure Pursuit is an option but it's part of robotics system toolbox which is not available for free if I'm not mistaken. I'm rather new to Matlab so excuse me for asking a silly question.
  댓글 수: 1
John D'Errico
John D'Errico 2017년 2월 25일
So either get the toolbox, or start writing some code, or look using a search. Effectively, your question either asks someone to do a search for you, or to write some code for you. Surely you can do the search as well as anyone else.

댓글을 달려면 로그인하십시오.

채택된 답변

Vandana Rajan
Vandana Rajan 2017년 2월 28일
편집: Vandana Rajan 2017년 2월 28일
Hi,
Yes, you are right. Pure Pursuit is a part of Robotics System Toolbox. You can use it only if you have the toolbox in your license list.
Pure Pursuit is about tracking a vehicle. From the first 2 lines of your query, I perceived that what you need to implement is a path following robot and Pure Pursuit might not be a good idea for that.
The following is the link for a line follower application for Arduino Robot, that doesn't require the toolbox license.
Another one using LEGO
Am not sure if these will be helpful for you. You may try on similar lines if that helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by