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
THISATH ATTAMPOLA ARACHCHIGE DON 2020 年 3 月 11 日
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 Center および File ExchangeApplications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by