Skip to content

Commit d707737

Browse files
Merge pull request #31 from chauvinSimon/fix-readme-errors
docs - fix small errors in README.md
2 parents 793d0a6 + 9d94aa2 commit d707737

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The robot state can be retrieved by accessing the following properties:
354354
obtained
355355
from [franka::RobotState::O_T_EE](https://frankaemika.github.io/libfranka/structfranka_1_1RobotState.html#a193781d47722b32925e0ea7ac415f442)
356356
and [franka::RobotState::O_dP_EE_c](https://frankaemika.github.io/libfranka/structfranka_1_1RobotState.html#a4be112bd1a9a7d777a67aea4a18a8dcc).
357-
* `current_joint_position`: Object of type `franky.JointState`, which contains the joint positions and velocities
357+
* `current_joint_state`: Object of type `franky.JointState`, which contains the joint positions and velocities
358358
obtained
359359
from [franka::RobotState::q](https://frankaemika.github.io/libfranka/structfranka_1_1RobotState.html#ade3335d1ac2f6c44741a916d565f7091)
360360
and [franka::RobotState::dq](https://frankaemika.github.io/libfranka/structfranka_1_1RobotState.html#a706045af1b176049e9e56df755325bd2).
@@ -400,8 +400,7 @@ and [Model](https://timschneider42.github.io/franky/classfranky_1_1_model.html)
400400

401401
### <a id="motion-types" /> 🏃‍♂️ Motion Types
402402

403-
Franky currently supports four different impedance control modes: **joint position control**, **joint velocity control
404-
**, **cartesian position control**, and **cartesian velocity control**.
403+
Franky currently supports four different impedance control modes: **joint position control**, **joint velocity control**, **cartesian position control**, and **cartesian velocity control**.
405404
Each of these control modes is invoked by passing the robot an appropriate _Motion_ object.
406405

407406
In the following, we provide a brief example for each motion type implemented by Franky in Python.

0 commit comments

Comments
 (0)