필터 지우기
필터 지우기

How to modify Delta robot example

조회 수: 7 (최근 30일)
Timur Tajiyev
Timur Tajiyev 2022년 3월 20일
답변: Steve Miller 2022년 11월 30일
I changed the model of Delta robot example to do the following:
- the robot moves to certain coordinates (manually entered X-Y-Z) and stands at that position (let's call it P1).
The question is - how can I modify the model and the code to:
- move the robot picker from the point P1 to the new position with some increment (also set manually).
- observe the movement in simulation .

답변 (1개)

Steve Miller
Steve Miller 2022년 11월 30일
As you have determined, the path planner figures out where to move the end effector based on the positions of the parts, which you parameterized based on user input. That data enters the path planner at "CamData Pos" input to "Planning and Control" subsystem.
If you want to influence the wait time and sequence for the end effector, you will need to modify the path planner code in "Planning and Control/Path Planner". You can see the sequence in the switch statement of nextMarker.
Altering this sequence, and perhaps inserting a delay in "gotoPosition" within the same function will alter the behavior to match what you are trying to do.
--Steve

카테고리

Help CenterFile Exchange에서 Simulation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by