How to redefine waypoints for the desired path for the robot?

조회 수: 6 (최근 30일)
Arun Adiththan
Arun Adiththan 2017년 7월 14일
답변: Prashant Arora 2017년 7월 17일
I use the example here (https://www.mathworks.com/help/robotics/examples/path-following-for-a-differential-drive-robot.html) to describe a set of waypoints for the desired path using an array. The robotic controller computes control commands to reach the specified goal along the waypoints. Say, I want to update the waypoints midway to specify a different route to reach the originally specified destination. Any inputs on how I could realize this would be helpful. Thanks!

채택된 답변

Prashant Arora
Prashant Arora 2017년 7월 17일
Hi Arun,
I understand that you would like to update the waypoints of the controller during simulation. You can achieve this by simply changing the "Waypoints" property of the controller using the following command:
controller.Waypoints = updatedPath;
updatedPath variable defines waypoint similar to "path" variable in the example you mentioned. You can also change the conditional convergence by re-calculating "distanceToGoal".

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Publishers and Subscribers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by