How to optimise path for robotic manipulator with obstacle avoidance??

조회 수: 4 (최근 30일)
Ravi Shankar S S
Ravi Shankar S S 2019년 7월 17일
답변: Dheeraj Singh 2019년 8월 1일
I am using Robotics toolbox for this purpose, I would like to do the path planning for a 5 DOF robotic manipulator with static obstacle avoidance.
I would like to know how this done as such in the video given below??
https://www.mathworks.com/videos/design-a-pick-and-place-robotics-application-with-matlab-and-simulink-122950.html

답변 (1개)

Dheeraj Singh
Dheeraj Singh 2019년 8월 1일
For a 2D environment, you can use PRM .
For building the environment you need to give the environment and number of points as input to the PRM and it will build a collision free MAP of the environment in the form of a graph.
Now using the start and goal locations you can find the shortest path from the above created MAP.

카테고리

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