From a98c687b7b382759627544a274a7844438060ab0 Mon Sep 17 00:00:00 2001 From: Sharwin24 Date: Tue, 25 Feb 2025 11:20:56 -0600 Subject: [PATCH] combined code blocks --- content/posts/delta-robot/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/posts/delta-robot/index.md b/content/posts/delta-robot/index.md index f522c60..7c7cf0e 100644 --- a/content/posts/delta-robot/index.md +++ b/content/posts/delta-robot/index.md @@ -78,9 +78,7 @@ void DeltaKinematics::forwardKinematics(const std::shared_ptr response->y = y; // [mm] response->z = z; // [mm] } -``` -```cpp int DeltaKinematics::deltaFK_AngleYZ(float x0, float y0, float z0, float& theta) { float y1 = -0.5 * tan30 * SB; // Half base * tan(30) y0 -= 0.5 * tan30 * this->SP; // shift center to edge