combined code blocks
This commit is contained in:
parent
f3a6aa5c22
commit
a98c687b7b
1 changed files with 0 additions and 2 deletions
|
@ -78,9 +78,7 @@ void DeltaKinematics::forwardKinematics(const std::shared_ptr<DeltaFK::Request>
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue