現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Simple code that uses the following initial and final conditions to generate the x and y co-ordinate trajectory.
t(s) x(m) y(m)
0.0 0.1 0.0
0.5 0.3 0.1
1.0 0.5 0.0
Two solve for two cubic polynomials (polynomial 0/1 or p0/p1) look at time intervals t 0.0 to 0.5 and t 0.5 to 1.0. This requires eight bits (4 each) of independent information to solve for each coefficient.
This is denoted in the eight by eight matrix. The coefficients are evaluated and cubic spline plotted against time.
引用
Ali (2026). Piecewise Cubic Spline (https://jp.mathworks.com/matlabcentral/fileexchange/45935-piecewise-cubic-spline), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Compass Gait Bipedal Robot with Computer Torque Control (CTC)
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
