Skip to content

Commit

Permalink
Merge pull request #61 from robotology/tutorials/fix-ft-docs
Browse files Browse the repository at this point in the history
Update README.md by reading two ft measures on separate ports
  • Loading branch information
xela-95 authored Jan 12, 2024
2 parents c9aeb05 + ac1583e commit 4bd3301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tutorial/forcetorque/model_two_sensors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
~~~
We can see the measures of the two sensors with the command:
- `yarp read /read /forcetorque1/measures:o`
- `yarp read /readft1 /forcetorque1/measures:o`
~~~
() () () () () (((0.0 0.0 0.0 0.0 0.0 0.0) 0.0)) () () () ()
() () () () () (((0.0 0.0 -196.0 0.0 0.0 0.0) 0.0389999999999999999445)) () () () ()
Expand All @@ -32,7 +33,8 @@
() () () () () (((0.0 0.0 -196.0 0.0 0.0 0.0) 0.275000000000000022204)) () () () ()
...
~~~
- `yarp read /read /forcetorque2/measures:o`
- `yarp read /readft2 /forcetorque2/measures:o`
~~~
() () () () () (((0.0 0.0 -98.0 0.0 0.0 0.0) 8.53100000000000058265)) () () () ()
() () () () () (((0.0 0.0 -98.0 0.0 0.0 0.0) 8.61299999999999954525)) () () () ()
Expand Down

0 comments on commit 4bd3301

Please sign in to comment.