Does simscape support to model parallel robots.

Hi!
I want make a simulation about parallel robots in simscape. I tried several days. However, I couldn't obtain the right answer.
Does simscape support to model parallel robots.
Thanks

답변 (1개)

Steve Miller
Steve Miller 2021년 6월 5일

0 개 추천

Yes! You can model all kinds of parallel robots.
There is a shipping example of a stewart platform - see online documentation.
You can open it by typing this command at the command line.
>>sm_stewart_platform
--Steve

댓글 수: 1

I use matlab function to replace fnc:
in matlab function :
function y = fcn(u)
a=cos(u(1)) * cos(u(3));
y = a;
but it shows error:
'Input Port 1' of 'sm_stewart_platform_my/Reference Trajectory Generator/Euler XYZ/11' is not connected.
Component:Simulink | Category:Block warning
'Output Port 1' of 'sm_stewart_platform_my/Reference Trajectory Generator/Euler XYZ/11' is not connected.
Component:Simulink | Category:Block warning
Compilation of model 'sm_stewart_platform_my' failed while trying to resolve underspecified signal dimensions.
Caused by:
Error in expression for 'sm_stewart_platform_my/Reference Trajectory Generator/Euler XYZ/11', an input index exceeds its input width of 1
Error in port widths or dimensions. 'Input Port 1' of 'sm_stewart_platform_my/Reference Trajectory Generator/Euler XYZ/11' is a one dimensional vector with 1 elements.
Suggested Actions
Enable 'warning' or 'error' diagnostics for the list of underspecified signal dimensions.
need help ,thank you

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

카테고리

도움말 센터File Exchange에서 Simulation and Analysis에 대해 자세히 알아보기

태그

질문:

2020년 3월 3일

댓글:

2024년 3월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by