Skip to content

Commit 136b160

Browse files
committed
Test readme again
1 parent c6ddf02 commit 136b160

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,17 @@ This can be done from the `IK Configuration` section :
4141
- `Learning rate` : The IK algorithm works by trying to move the servos a little bit to see if that new pose is closer or further away from the target. The learning rate is how big those small moves are. Increasing it can greatly help the algorithm to find a solution, but lowering it can be necessary to avoid the solution "jittering" around the target. How that value should be set depends on the chain configuration, it is recommended to do some editor-time testing to tune it.
4242

4343
#### IK Execution Control
44-
Once the servos and effector are properly configured, the `Status` label in the `IK Execution Control` tab should show `ready`. That label will also indicate what the IK controller state is when it is active.
45-
4644
<img align="left" hspace="10" src="https://raw.githubusercontent.com/gotmachine/EasyRobotics/master/Images/IKExec.png ">
4745

48-
- `Control mode` : Change how the target (red gizmo) is controled. `Free` means the target position is relative to the first servo of the chain. `Target` means the target a part (see the "IK target" section below).
49-
- `Tracking mode` :
50-
- `Continous` unlock the `Tracking` toggle. When enabled, the IK controller is always active and will continously try to reach the target.
51-
- `On request` unlock the `Request execution` button, allowing you to request a single execution of the IK controller. Requesting multiple executions is usually necessary for a solution to be found.
46+
Once the servos and effector are properly configured, the `Status` label in the `IK Execution Control` tab should show `ready`. That label will also indicate what the IK controller state is when it is active.
47+
- `Control mode : Free` : The target (red gizmo) position is relative to the first servo of the chain.
48+
- `Control mode : Target` : The target is a part (see the "IK target" section below).
49+
- `Tracking mode : Continous` : Unlock the `Tracking` toggle. When enabled, the IK controller is always active and will continously try to reach the target.
50+
- `Tracking mode : On request` : Unlock the `Request execution` button, allowing you to request a single execution of the IK controller.
51+
- `Constraint : Position` : The effector will try to reach the target positon from any angle.
52+
- `Constraint : Pos+Direction` : The effector will also try to match the direction of the target, but ignoring its "roll".
53+
- `Constraint : Pos+Rotation` : The effector will try to match the full rotation of the target, including its "roll".
54+
5255

5356

5457
### Changelog

0 commit comments

Comments
 (0)