Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinefalisse committed Sep 30, 2022
1 parent bdd7b04 commit e09289f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example_kinetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@
'''

# We provide a few examples for overground and treadmill activities.
# We tested these examples locally. Here are some pointers about how many
# iterations the examples took to converge. Please note that these numbers
# might change depending on the machine and operating system.
# - STS:
# - Windows: converged in 422 iterations
# - Mac: converged in 412 iterations
# - Linux:
# Select which example you would like to run.
session_type = 'overground' # Options are 'overground' and 'treadmill'.
session_id = "4d5c3eb1-1a59-4ea1-9178-d3634610561c"
Expand All @@ -103,7 +110,7 @@
if trial_name == 'squat': # Squat example
motion_type = 'squats'
repetition = 1
elif trial_name == 'STS': # Sit-to-stand example
elif trial_name == 'STS': # Sit-to-stand example
motion_type = 'sit_to_stand'
repetition = 1
elif session_type == 'treadmill':
Expand Down

0 comments on commit e09289f

Please sign in to comment.