필터 지우기
필터 지우기

3d simulation robotic RRP stanford

조회 수: 7 (최근 30일)
mehmet salihi
mehmet salihi 2021년 5월 28일
편집: Hannes Daepp 2021년 6월 2일
hello everyone, i am trying to build 3d RRP stanford robot arm in matlab using codes.
the robots in this link are in 2d and 3 links, i ma trying to build 3d and 3 links of robot . any advise or any recommendation please
I think it is in the field of mechatronics. i am working on inverse kinematics of RRP stanford robot

채택된 답변

Hannes Daepp
Hannes Daepp 2021년 6월 2일
편집: Hannes Daepp 2021년 6월 2일
Hi Mehmet,
It sounds as though you are trying to model a robot and then solve an inverse kinematics problem. This can be achieved by modeling the robot as a rigidBodyTree object and then using an inverse kinematics solver.
Create a Robot Model
To get started, create a robot model using the rigidBodyTree object. See the following documentation for details:
If, for example, you have DH parameters that define the dimensions you would like to use, you can closely follow the first example in the link above, or you can use the construction methods for more fine-grained model control. You can also import the robot from a URDF if you have one.
Create an Inverse Kinematics Solver
Next, you'll want to create a solver:
The following example illustrates both of these steps (creating a completely custom robot and solving IK for it) on a simple 2R mechanism, but it can easily be extended by adding more joints/links:
The IK Solver is not constrained by the number of joints/links. This example illustrates a similar concept with a more complex 6-DoF robot:
Further Resources
The following topic page provides a deeper overview of inverse kinematics in MATLAB:
You can find additional guidance in the documentation. For example, the following page lists some examples for robotic manipulators that might prove useful:

추가 답변 (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