Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbed authored Nov 14, 2023
1 parent 928fa0e commit 5bb30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For example :

from math import cos, sin

def pytroller_logic_impl(states, commands, msg, params):
def pytroller_logic_impl(period, states, commands, msg, params):

commands['joint1/effort'.encode('ascii')] = msg.data[0]
commands['joint2/effort'.encode('ascii')] = msg.data[1]
Expand Down

0 comments on commit 5bb30f7

Please sign in to comment.