Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Aug 24, 2023
1 parent 8e8d7e1 commit bb2a22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocol/integrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The above code block will instantiate a Tinymovr with CAN bus id of 1 and calibr
.. code-block:: python
tm.controller.position_mode()
tm.controller.pos_setpoint = 10000
tm.controller.position.setpoint = 10000
tm.controller.velocity_mode()
tm.controller.vel_setpoint = 80000
tm.controller.velocity.setpoint = 80000
Error Codes
###########
Expand Down

0 comments on commit bb2a22a

Please sign in to comment.