Trajectory plotting of manipulator path in Simscape

조회 수: 47 (최근 30일)
Gautami Golani
Gautami Golani 2019년 7월 18일
댓글: Hassan Jardali 2021년 5월 30일
Hello all,
I am currently working on a trajectory path following project wherein I am trying to feed a path to a robotic arm in Simulink and have imported the CAD model with help of Simscape. I have successfully completed this part but just want to know if there is any way I can show the actual trajectory that the arm is following in the Simscape window explorer as shown in the attachment.
Thanks

답변 (1개)

Sebastian Castro
Sebastian Castro 2019년 7월 18일
Hi Gautami,
Simscape Multibody has a "Spline" block that lets you display a curve if you pass in the XYZ points. You have to display the whole curve during the whole simulation, if that's OK. Also, since it is an interpolating spline, I'd recommend passing in a bunch of the trajectory points (just the waypoints) and it will hopefully look close to the ideal trajectory.
If you need something to visualize the full trajectory of the path a body actually took, I might recommend using a "Transform Sensor" block to log the XYZ position of a particular coordinate frame and then log that data to MATLAB where you have all the visualization capabilities.
That aside, I agree with you that there should be an easier way to trace the path of a selected coordinate frame during simulation and visualize it on the Mechanics Explorer itself. I will convey your use case to our development team!
- Sebastian
  댓글 수: 4
THISATH ATTAMPOLA ARACHCHIGE DON
Hi, I am having the same problem did you figureout how to plot a trajectory from xyz cordinates from workspace
Hassan Jardali
Hassan Jardali 2021년 5월 30일
Hi Sebastian,
Did you add any feature in R2021 that let us to implement what you've mentioned above ? I really want to plot the trajectory while simulation and not at the start.
In your opinion, what fast solution can I implement?

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by