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